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


IGlobeGraphicsElementProperties.OrientationMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.OrientationMode Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.OrientationMode Property

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 [in]

pMode is a parameter of type esriGlobeGraphicsOrientation pMode [out, retval]
pMode is a parameter of type esriGlobeGraphicsOrientation*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface