Provides access to members that control the ArcScene Document object.
Product Availability
Available with ArcGIS Desktop. Requires 3D Analyst Extension.
When To Use
This interface is a starting point for getting a handle to other objects in ArcScene desktop application. Almost every ArcScene desktop customization uses ISxDocument one way or another.
Members
Description | ||
---|---|---|
AddLayer | Adds a layer to the current focus map. | |
ContentsView | The contents view at the specified index. | |
ContentsViewCount | The number of contents views in the document. | |
ContextItem | The item that is selected or was last right-clicked. | |
CurrentContentsView | The current contents view of the document. | |
DefaultColor | The default color for the given type. | |
DelayUpdateContents | Indicates whether to ignore document update notifications. | |
RelativePaths | Indicates if path names are stored relative to the document. | |
RemoveAllLayers | Removes all layers. | |
SavePreview | Indicates if a preview image is saved in the document. | |
Scene | The scene. | |
SearchTolerancePixels | The global search tolerance in pixels for selection. | |
SelectedItem | The selected item in the layer control. | |
SelectedLayer | The selected layer in the layer control. | |
UpdateContents | Notifies the document that the contents have been updated. |
CoClasses that implement ISxDocument
CoClasses and Classes | Description |
---|---|
SxDocument | Provides access to members that control the ArcScene document. |