PolylineShapeInsertPoint Method  | 
 
            Add a point to the specified index.
            
 
    Namespace: 
   RootPro.RootProCAD
    Assembly:
   RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract void InsertPoint(
	int index,
	Point2d point
)
Public MustOverride Sub InsertPoint ( 
	index As Integer,
	point As Point2d
)
Parameters
- index
 - Type: SystemInt32
 index of points  - point
 - Type: RootPro.RootProCAD.GeometryPoint2d
 Represents the coordinates of the point Point2d 
See Also