Specifies constants to control the behavior of a Layer in 3-dimensions.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum LayerBehavior3D
Visual Basic (Declaration)
Public Enumeration LayerBehavior3D

Members

Member nameDescription
Draped
Drape the Layer over existing the existing globe topography.
ElevationSource
Use elevation data to display the Layers topography.
Unknown
Apply appropriate behavior depending on the Layer type and data type.

See Also