com.esri.arcgis.analyst3dUI
Interface ISceneExport3dDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISceneExport3dDialogProxy, SceneExport3dDialog

public interface ISceneExport3dDialog
extends java.io.Serializable

COM Interface 'ISceneExport3dDialog'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'

Description: 'Provides access to members that control export of a 3D scene at the user interface level.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID500c8bec_37e5_11d4_a167_444553547777
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal()
          Displays the 3D-export dialog.
 ISceneExporter3d getSceneExporter3d()
          The exporter.
 void setDocumentName(java.lang.String rhs1)
          The name of the active document.
 

Field Detail

IID500c8bec_37e5_11d4_a167_444553547777

static final int IID500c8bec_37e5_11d4_a167_444553547777
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSceneExporter3d

ISceneExporter3d getSceneExporter3d()
                                    throws java.io.IOException,
                                           AutomationException
The exporter.

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

setDocumentName

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

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

doModal

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

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