ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsElementProperties Interface

Provides access to the Globe Graphics properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

This interface is used to get/set the graphics element properties of a GlobeGraphicsLayer.  It is particularly useful for manipulating the globe graphics specific properties such as billboarding.  It is also frequently used to control the properties of 3D callout graphics element.

Members

Description
Read/write property CallOutLineSymbol The symbol used for the callout line.
Read/write property DrapedDensificationDistance For draped line elements, densification distance in meters.
Read/write property DrapeElement The option to place the element as a vector on the Globe surface.
Read/write property DrapeQuality The option to use maximum resolution elevation when draping.
Read/write property DrapeZOffset The offset for elevation values when element is draped.
Read/write property FixedScreenSize The option to keep a fixed screen size, if supported by the element.
Method GetCallOutLineOffset The offset introduced by the callout line in the graphics element position.
Read/write property Illuminate The illumination option for a graphics element.
Read/write property OrientationMode The orientation mode, if supported by the element.
Method PutCallOutLineOffset The offset introduced by the callout line in the graphics element position.
Read/write property Rasterize The option to rasterize the element on the Globe surface.
Read/write property UseCallOutLine The option to add a callout line, if supported by the element.

CoClasses that implement IGlobeGraphicsElementProperties

CoClasses and Classes Description
GlobeGraphicsElementProperties The Globe Graphics Element Properties.

.NET Samples

Creating a toolbar of globe tools (Code Files: Layer PointElement PolygonElement PolylineElement StyleElement TextElement)