ArcObjects Library Reference (3DAnalyst)  

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