ArcObjects Library Reference (GlobeCore)  

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

IGlobeLayerProperties Interface

.NET Snippets

Add Drape Layer to Globe Elevation Surface

.NET Related Topics

GlobeCore