This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.SetRotationAngles Method (ArcObjects .NET 10.4 SDK) |
Sets the rotation angles for each axis.
[Visual Basic .NET] Public Sub SetRotationAngles ( _ ByVal xAngle As Double, _ ByVal yAngle As Double, _ ByVal zAngle As Double _ )
[C#] public void SetRotationAngles ( double xAngle, double yAngle, double zAngle );
[C++]
HRESULT SetRotationAngles(
double xAngle,
double yAngle,
double zAngle
);
[C++]
Parameters xAngle [in] xAngle is a parameter of type double yAngle [in] yAngle is a parameter of type double zAngle [in] zAngle is a parameter of type double