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


IMarker3DPlacement.SetRotationAngles 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.SetRotationAngles Method
ArcGIS Developer Help

IMarker3DPlacement.SetRotationAngles Method

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

Product Availability

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

See Also

IMarker3DPlacement Interface