Click or drag to resize

PolylineShapeGetRectangleAngle Method

Get a nullable double value representing the angle (Degree) of the rectangle. If the polyline is not a rectangle, null is returned.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract double? GetRectangleAngle()

Return Value

Type: NullableDouble
a nullable double value representing the angle (Degree) of the rectangle
See Also