com.esri.arcgis.arcglobe
Interface IGMxDocumentPriv

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGMxDocumentPrivProxy

public interface IGMxDocumentPriv
extends Serializable

Provides access to GMx 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.

Supported Platforms

Windows

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.

Supported Platforms

Windows

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.

Supported Platforms

Windows

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