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


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

IGlobeHeightProperties.UseElevationValues Property

Indicates whether elevation values in the feature layer are used.

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

pbUseElevation is a parameter of type bool pbUseElevation [out, retval]
pbUseElevation is a parameter of type bool*

Product Availability

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

See Also

IGlobeHeightProperties Interface