ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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

IGlobeLayerProperties5 Interface