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


IText3DElement.AxisRotation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.AxisRotation Property

The rotation axis.

[Visual Basic .NET]
Public Property AxisRotation As esriT3DRotationAxis
[C#]
public esriT3DRotationAxis AxisRotation {get; set;}
[C++]
HRESULT get_AxisRotation(
  esriT3DRotationAxis* pAxis
);
[C++]
HRESULT put_AxisRotation(
  esriT3DRotationAxis pAxis
);
[C++]

Parameters pAxis [out, retval]
pAxis is a parameter of type esriT3DRotationAxis pAxis [in]
pAxis is a parameter of type esriT3DRotationAxis

Product Availability

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

See Also

IText3DElement Interface