This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.QueryRotationAngles Method (ArcObjects .NET 10.4 SDK) |
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