Rotates the matrix by the specified angle relative to the workplane.
Visual Basic |
---|
Public Sub RotateByAngle( _ ByVal Angle As Double, _ ByVal Workplane As ENUM_PLANE_TYPE _ ) |
- Angle
- Required Double parameter representing the rotation angle (in degrees).
- Workplane
Optional parameter that uses the ENUM_PLANE_TYPE enumeration to define which axis to rotate about.Value Description PLANE_BACK PLANE_BOTTOM PLANE_FRONT PLANE_LEFT PLANE_RIGHT PLANE_TOP
Rotates the matrix by the specified angle relative to the workplane.
For an example of this property, in the ReportControl object, see the example for the Rotation method.