com.esri.arcgis.arcscene
Interface ISxDocumentPriv

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISxDocumentPrivProxy

public interface ISxDocumentPriv
extends java.io.Serializable

COM Interface 'ISxDocumentPriv'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'

Description: 'Provides access to Sx Document.' 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 IID13e4da32_340c_11d4_914a_0080c7074326
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActiveView getActiveView()
          The active view.
 void openDataset()
          Opens dataset.
 void setActiveViewByRef(IActiveView activeView)
          The active view.
 

Field Detail

IID13e4da32_340c_11d4_914a_0080c7074326

static final int IID13e4da32_340c_11d4_914a_0080c7074326
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

getActiveView

IActiveView getActiveView()
                          throws java.io.IOException,
                                 AutomationException
The active view.

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

setActiveViewByRef

void setActiveViewByRef(IActiveView activeView)
                        throws java.io.IOException,
                               AutomationException
The active view.

Parameters:
activeView - A reference to a com.esri.arcgis.carto.IActiveView (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openDataset

void openDataset()
                 throws java.io.IOException,
                        AutomationException
Opens dataset.

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