The IPointSetIterator type exposes the following members.

Methods

  NameDescription
Public methodFree
Use this method to discard any resources consumed by the iterator. Revit will call it when done using the iterator.
Public methodReadPoints
Implement this method to fill the provided buffer with points up to the number of maximum points for which the buffer was allocated.

See Also