ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL pbUseElevation
);
[C++]

Parameters

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

Product Availability

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

See Also

IGlobeHeightProperties Interface