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


IGlobeLayerProperties4.HeightProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.HeightProperties Property

The height properties.

[Visual Basic .NET]
Public Property HeightProperties As IGlobeHeightProperties
[C#]
public IGlobeHeightProperties HeightProperties {get; set;}
[C++]
HRESULT get_HeightProperties(
  IGlobeHeightProperties** ppProps
);
[C++]
HRESULT putref_HeightProperties(
  IGlobeHeightProperties* ppProps
);
[C++]

Parameters ppProps [out, retval]
ppProps is a parameter of type IGlobeHeightProperties ppProps [in]
ppProps is a parameter of type IGlobeHeightProperties

Product Availability

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

See Also

IGlobeLayerProperties4 Interface