InsertPoint(Number: Integer; Point: IGxPointF);
InsertPoint(Number: integer; Point: Prognoz.Platform.Interop.Drawing.IGxPointF);
Number. Index of line point before which a new point will be inserted.
Point. Point coordinate.
The InsertPoint method inserts a new point.
Executing the example requires that repository contains a workspace with the WSP identifier containing a line.
Add links to the Andy, Drawing, Metabase system assemblies.
After executing the example a new point is added to the line that is placed after the initial line point.
See also: