IPCsPoints ![]() |
Properties and methods of IPCsPoints 
IPCsApplication
IPCsDocument
IPCsPage
IPCsLine
IPCsPoints
Add ![]() | Add a point to the line. The point will be placed at the end of the line, and will have coordinates 0,0,0 |
Item ![]() | Used to access a specific point in the line. Parameters needed: an integer. Result type is IPCsStatusPoint ![]() Syntax:property Item[Index: Integer]: IPCsStatusPoint |
Count ![]() | Number of points in the line |
Use Lines.Item[interger].Points.Item[integer] and Lines.Item[interger].Points.Count to get that/these items you want.