PolylineShapeIsRectangle Property  | 
 
            Get a value indicating whether the polyline is a rectangle.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract bool IsRectangle { get; }Public MustOverride ReadOnly Property IsRectangle As Boolean
	Get
Property Value
Type: 
Boolean
            true if it is a rectangle. Otherwise false.
            
See Also