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


IGlobeHeightProperties.HasElevationValues Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeHeightProperties.HasElevationValues Property

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(
  Boolean* pbHasElevation
);
[C++]

Parameters pbHasElevation [in]
pbHasElevation is a parameter of type bool pbHasElevation [out, retval]
pbHasElevation is a parameter of type bool*

Product Availability

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

See Also

IGlobeHeightProperties Interface