PolylineShapeIsPolygon Property |
Get a value indicating whether or not the polyline is a polygon.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool IsPolygon { get; }
Public MustOverride ReadOnly Property IsPolygon As Boolean
Get
Property Value
Type:
Boolean
true for polygons. Otherwise false.
See Also