This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.GetGlobeProperties Method (ArcObjects .NET 10.4 SDK) |
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