ArcObjects Library Reference (3DAnalyst)  

IMarker3DPlacement.QueryRotationAngles Method

Gets the rotation angles for each axis.

[Visual Basic .NET]
Public Sub QueryRotationAngles ( _
    ByRef xAngle As Double, _
    ByRef yAngle As Double, _
    ByRef zAngle As Double _
)
[C#]
public void QueryRotationAngles (
    ref double xAngle,
    ref double yAngle,
    ref double zAngle
);
[C++]
HRESULT QueryRotationAngles(
  double* xAngle,
  double* yAngle,
  double* zAngle
);
[C++]

Parameters

xAngle [out]   xAngle is a parameter of type double yAngle [out]   yAngle is a parameter of type double zAngle [out]   zAngle is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DPlacement Interface