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


IGlobeGraphicsLayer.SetGlobeProperties 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.SetGlobeProperties Method
ArcGIS Developer Help

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