ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.SetGlobeProperties Method

Sets specific Globe properties.

[Visual Basic .NET]
Public Sub SetGlobeProperties ( _
    ByVal pElement As IElement, _
    ByVal pProps As IGlobeGraphicsElementProperties _
)
[C#]
public void SetGlobeProperties (
    IElement pElement,
    IGlobeGraphicsElementProperties pProps
);
[C++]
HRESULT SetGlobeProperties(
  IElement* pElement,
  IGlobeGraphicsElementProperties* pProps
);
[C++]

Parameters

pElement [in]

  pElement is a parameter of type IElement

pProps [in]

  pProps is a parameter of type IGlobeGraphicsElementProperties

Product Availability

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

See Also

IGlobeGraphicsLayer Interface