This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.OrientationMode Property (ArcObjects .NET 10.4 SDK) |
The orientation mode, if supported by the element.
[Visual Basic .NET] Public Property OrientationMode As esriGlobeGraphicsOrientation
[C#] public esriGlobeGraphicsOrientation OrientationMode {get; set;}
[C++]
HRESULT get_OrientationMode(
esriGlobeGraphicsOrientation* pMode
);
[C++]
HRESULT put_OrientationMode(
esriGlobeGraphicsOrientation pMode
);
[C++]
Parameters pMode [out, retval]
pMode is a parameter of type esriGlobeGraphicsOrientation pMode [in]
pMode is a parameter of type esriGlobeGraphicsOrientation