This document is archived and information here might be outdated.  Recommended version.


IGlobeGraphicsLayer.GetGlobeProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.GetGlobeProperties Method
ArcGIS Developer Help

IGlobeGraphicsLayer.GetGlobeProperties Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeGraphicsLayer Interface