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


IGlobeLayerInfo.UseElevationValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.UseElevationValues Property

Indicates whether elevation values in the feature layer are used.

[Visual Basic .NET]
Public ReadOnly Property UseElevationValues As Boolean
[C#]
public bool UseElevationValues {get;}
[C++]
HRESULT get_UseElevationValues(
  VARIANT_BOOL* pbUseElevation
);
[C++]

Parameters pbUseElevation [out, retval] pbUseElevation is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerInfo Interface