Click or drag to resize

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)
Syntax
public abstract void InsertPoint(
	int index,
	Point2d point
)

Parameters

index
Type: SystemInt32
index of points
point
Type: RootPro.RootProCAD.GeometryPoint2d
Represents the coordinates of the point Point2d
See Also