This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeHeightProperties Interface > IGlobeHeightProperties.HasElevationValues Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the feature layer has elevation values.
[Visual Basic .NET] Public Property HasElevationValues As Boolean
[C#] public bool HasElevationValues {get; set;}
[C++]
HRESULT get_HasElevationValues(
VARIANT_BOOL* pbHasElevation
);
[C++]
HRESULT put_HasElevationValues(
VARIANT_BOOL pbHasElevation
);
[C++]
Parameters pbHasElevation [out, retval] pbHasElevation is a parameter of type VARIANT_BOOL pbHasElevation [in] pbHasElevation is a parameter of type VARIANT_BOOL