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


IMarker3DPlacement.QueryRotationAngles Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.QueryRotationAngles Method
ArcGIS Developer Help

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(
  System.Double* xAngle,
  System.Double* yAngle,
  System.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