PointIteratorIsDone Method

Identifies if the iteration has reached the end of the collection.

Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsDone()

Return Value

Boolean
True if the iteration has reached the end, false otherwise.
See Also