IPCsPoints


Topic:

Properties and methods of IPCsPoints


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsLine IPCsPoints


Properties / Methods:

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


Comments:

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