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