This document is archived and information here might be outdated.  Recommended version.


IGlobeHeightProperties2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties2 Interface
ArcGIS Developer Help

IGlobeHeightProperties2 Interface

Provides access to members that manipulate the extended height properties of a globe layer.

Product Availability

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

Description

Properties on the IGlobeHeightProperties2 interface allow you to specify whether the polygon features being extruded will have bottom faces.

Members

Name Description
Method Apply Apply to the corresponding layer.
Method ApplyFeatureProperties Obtain feature geometry with the correct properties.
Read/write property BaseLayer The base layer.
Read-only property BaseLayerName The base layer name persisted.
Read/write property BaseOption The base option.
Read/write property BottomlessExtrusions Indicates whether the feature layer has elevation values.
Read/write property ElevationExpression The elevation expression for features, in globe units.
Read/write property ElevationExpressionString The elevation expression string for features, in globe units.
Read/write property ExtrusionExpression The extrusion expression object.
Read/write property ExtrusionExpressionString The extrusion expression string.
Read/write property ExtrusionType The extrusion type.
Read/write property HasElevationValues Indicates whether the feature layer has elevation values.
Read/write property Offset The constant elevation offset in meters.
Write-only property OptimizeApplyFeatureProperties Indicates whether the ApplyFeatureProperties method is limited to the current Globe extent.
Read/write property UseElevationValues Indicates whether elevation values in the feature layer are used.
Read/write property ZFactor The z factor.

Inherited Interfaces

Interfaces Description
IGlobeHeightProperties Provides access to members that manipulate the height properties of a globe layer.

Classes that implement IGlobeHeightProperties2

Classes Description
GlobeHeightProperties The globe layer height properties.