com.esri.arcgis.arcscene
Interface ISxDocumentPriv

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISxDocumentPrivProxy

public interface ISxDocumentPriv
extends Serializable

Provides access to Sx Document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Method Summary
 IActiveView getActiveView()
          The active view.
 void openDataset()
          Opens dataset.
 void setActiveViewByRef(IActiveView activeView)
          The active view.
 

Method Detail

getActiveView

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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

setActiveViewByRef

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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

openDataset

void openDataset()
                 throws IOException,
                        AutomationException
Opens dataset.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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