Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisMatrix Object : RotateByAngle Method
Required Double parameter representing the rotation angle (in degrees).
Optional parameter that uses the ENUM_PLANE_TYPE enumeration to define which axis to rotate about.
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
ValueDescription
PLANE_BACK 
PLANE_BOTTOM 
PLANE_FRONT 
PLANE_LEFT 
PLANE_RIGHT 
PLANE_TOP 
Optional parameter that uses the ENUM_PLANE_TYPE enumeration to define which axis to rotate about.
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