Specifies constants to control the placement of a graphic 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 Placement3D
Visual Basic (Declaration)
Public Enumeration Placement3D

Members

Member nameDescription
AbsoluteElevation
Display this graphic according to elevation values (Z values) in the graphic geometry.
AttachToSurface
Display this graphic attached to the globe surface; graphic geometry Z values are ignored.

See Also