Specifies constants to control the placement of a graphic 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 Placement3D |
Visual Basic (Declaration) |
---|
Public Enumeration Placement3D |
Members
Value | Member name | Description | |
---|---|---|---|
1 | AbsoluteElevation |
Display this graphic according to elevation values (Z values) in the graphic geometry.
| |
0 | AttachToSurface |
Display this graphic attached to the globe surface; graphic geometry Z values are ignored.
|