PolylineShapeSetRectangleAngle Method |
Set the angle (Degree) relative to the specified position of the rectangle.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetRectangleAngle(
Alignment alignment,
double angle
)
Public MustOverride Sub SetRectangleAngle (
alignment As Alignment,
angle As Double
)
Parameters
- alignment
- Type: RootPro.RootProCADAlignment
reference position - angle
- Type: SystemDouble
angle (Degree)
See Also