IPointSetIterator Methods
| Name | Return Type | Description |
|---|---|---|
| Free() | None | Use this method to discard any resources consumed by the iterator. Revit will call it when done using the iterator. |
| ReadPoints(IntPtr, Int32) | Int32 | Implement this method to fill the provided buffer with points up to the number of maximum points for which the buffer was allocated. |