RotateByAngle Method
Description
Rotates the matrix by the specified angle relative to the workplane.
Syntax
Visual Basic |
---|
Public Sub RotateByAngle( _ ByVal Angle As Double, _ ByVal Workplane As ENUM_PLANE_TYPE _ ) |
Parameters
- 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
Return Type
Rotates the matrix by the specified angle relative to the workplane.
Example
For an example of this property, in the ReportControl object, see the example for the Rotation method.
See Also