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


IText3DElement.OrientationPlane Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.OrientationPlane Property
ArcGIS Developer Help

IText3DElement.OrientationPlane Property

The plane of orientation.

[Visual Basic .NET]
Public Property OrientationPlane As esriT3DOrientationPlane
[C#]
public esriT3DOrientationPlane OrientationPlane {get; set;}
[C++]
HRESULT get_OrientationPlane(
  esriT3DOrientationPlane* pPlane
);
[C++]
HRESULT put_OrientationPlane(
  esriT3DOrientationPlane pPlane
);
[C++]
Parameters
pPlane [out, retval]

pPlane is a parameter of type esriT3DOrientationPlane* pPlane [in]
pPlane is a parameter of type esriT3DOrientationPlane

Product Availability

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

See Also

IText3DElement Interface