PolylineShapeGetRectangleWidth Method |
Get a nullable double value representing the width 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: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract double? GetRectangleWidth()
Public MustOverride Function GetRectangleWidth As Double?
Return Value
Type:
NullableDouble
a nullable double value representing the width of the rectangle
See Also