IPCsStatusPoint


Topic:

Properties and methods of IPCsStatusPoint


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsLine IPCsPoints IPCsStatusPoint


Properties / Methods:

GetPosition Gets x,y,z describing a points position. Parameters needed: 3 integers
Syntax:
procedure GetPosition(out X: Integer; out Y: Integer; out Z: Integer);
SetPosition Sets x,y,z position of a point in a line. Parameters needed: 3 integers
Syntax:
procedure SetPosition(X: Integer; Y: Integer; Z: Integer);
Handle A unique handle to that point


Comments:

Use Lines.Item[interger].Points.Item[integer] and Lines.Item[interger].Points.Count to get that/these items you want.