IPCsStatusPoint ![]() |
Properties and methods of IPCsStatusPoint 
IPCsApplication
IPCsDocument
IPCsPage
IPCsLine
IPCsPoints
IPCsStatusPoint
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 |
Use Lines.Item[interger].Points.Item[integer] and Lines.Item[interger].Points.Count to get that/these items you want.