This document is archived and information here might be outdated. Recommended version. |
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*