ArcObjects Library Reference (GlobeCore)  

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 [out, retval]

  pMode is a parameter of type esriGlobeGraphicsOrientation

pMode [in]

  pMode is a parameter of type esriGlobeGraphicsOrientation

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface