IPointSetIterator
Public Interface
Public Method
Public Method
An interface that Revit will call when iterating through sets of points on the engine.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public interface IPointSetIterator
The IPointSetIterator type exposes the following members.
Methods
Name
Description
Public Method
Free
Use this method to discard any resources consumed by the iterator. Revit will call it when done using the iterator.
Public Method
ReadPoints
Implement this method to fill the provided buffer with points up to the number of maximum points for which the buffer was allocated.
Remarks
An instance of this interface is obtained from the Point Cloud engine when the engine’s CreatePointSetIterator method is called.