PolylineShapePoints Property  | 
 
            Get or set the coordinates of the point sequence of polyline.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract Point2d[] Points { get; set; }Public MustOverride Property Points As Point2d()
	Get
	Set
Property Value
Type: 
Point2d
            An array of 
Point2d that represents the coordinates of a point sequence of continuous lines.
            
See Also