com.esri.arcgis.analyst3dUI
Interface ISceneExport3dDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
SceneExport3dDialog

public interface ISceneExport3dDialog
extends Serializable

Provides access to members that control export of a 3D scene at the user interface level.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 boolean doModal()
          Displays the 3D-export dialog.
 ISceneExporter3d getSceneExporter3d()
          The exporter.
 void setDocumentName(String rhs1)
          The name of the active document.
 

Method Detail

getSceneExporter3d

ISceneExporter3d getSceneExporter3d()
                                    throws IOException,
                                           AutomationException
The exporter.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.analyst3d.ISceneExporter3d
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDocumentName

void setDocumentName(String rhs1)
                     throws IOException,
                            AutomationException
The name of the active document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

boolean doModal()
                throws IOException,
                       AutomationException
Displays the 3D-export dialog.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.