BalloonShapeSetPoint 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
)
Public MustOverride Sub SetPoint (
index As Integer,
point As Point2d
)
Parameters
- index
- Type: SystemInt32
the index of the sequence of points in the leader line - point
- Type: RootPro.RootProCAD.GeometryPoint2d
See Also