Click or drag to resize

PolylineShapeSetPoint Method

Set the coordinate of the specified index of the polyline.

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 SetPoint(
	int index,
	Point2d point
)

Parameters

index
Type: SystemInt32
the index of the sequence of points in the polyline
point
Type: RootPro.RootProCAD.GeometryPoint2d
See Also