ArcObjects Library Reference (GlobeCore)  

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