Provides access to members that control the scene.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Members
Description | ||
---|---|---|
ActiveGraphicsLayer | The active graphics layer. If no graphic layers exist, a basic memory graphics layer will be created. | |
AddLayer | Adds a layer to the scene. | |
AddLayers | Adds multiple layers to the scene, optionally arranging them automatically. | |
Applies | Indicates if the given object is supported by the scene. | |
AreaOfInterest | The area of interest for the scene. | |
BasicGraphicsLayer | The basic graphics layer. | |
ClearLayers | Removes all layers from the scene. | |
ClearSelection | Clears the scene's selection. | |
DelayEvents | Used to batch operations together in order to minimize system notifications. | |
DeleteLayer | Deletes a layer from the scene. | |
Description | The description of the scene. | |
ExaggerationFactor | The vertical exaggeration of the scene. | |
Extent | The extent of the scene. | |
FeatureSelection | The scene's feature selection. | |
GetDefaultBackgroundColor | Returns the default background color. | |
Layer | The layer corresponding to a given index. | |
LayerCount | The number of layers in the scene. | |
Layers | The layers in the scene of the type specified in the UID. If 'recursive' is true, includes layers in group layers. | |
MoveLayer | Moves a layer to another position within the Table Of Contents. | |
Name | The name of the scene. | |
ProposeSpatialReference | Proposes a spatial reference for the scene. | |
RecalculateExtent | Forces the scene's extent to be recalculated. | |
SceneGraph | The scene's scenegraph. | |
SelectByShape | Selects features in the scene given a shape and an optional selection environment. | |
SelectFeature | Selects a feature. | |
SelectionCount | The number of selected features. | |
SetDefaultBackgroundColor | Sets the default background color. | |
SpatialReference | The spatial reference of the scene. | |
SuggestExaggerationFactor | Returns the vertical exaggeration factor that achieves the aspect ratio for the scene's extent. |
CoClasses that implement IScene
CoClasses and Classes | Description |
---|---|
Globe (esriGlobeCore) | A container for the display and manipulation of data in the Globe. |
Scene | A container for the display and manipulation of data. |