Specifies constants to control the behavior of a Layer in 3-dimensions.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum LayerBehavior3D |
Visual Basic (Declaration) |
---|
Public Enumeration LayerBehavior3D |
Members
Value | Member name | Description | |
---|---|---|---|
1 | Draped |
Drape the Layer over existing the existing globe topography.
| |
2 | ElevationSource |
Use elevation data to display the Layers topography.
| |
0 | Unknown |
Apply appropriate behavior depending on the Layer type and data type.
|