This document is archived and information here might be outdated. Recommended version. |
Gets specific Globe properties.
[Visual Basic .NET] Public Sub GetGlobeProperties ( _ ByVal pElement As IElement, _ ByRef ppProps As IGlobeGraphicsElementProperties _ )
[C#] public void GetGlobeProperties ( IElement pElement, ref IGlobeGraphicsElementProperties ppProps );
[C++]
HRESULT GetGlobeProperties(
IElement* pElement,
IGlobeGraphicsElementProperties** ppProps
);
[C++] Parameters pElement [in]
pElement is a parameter of type IElement* ppProps [out]
ppProps is a parameter of type IGlobeGraphicsElementProperties**