Revit 2023 API |
PointIterator..::..IsDone Method |
PointIterator Class See Also |
Identifies if the iteration has reached the end of the collection.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public bool IsDone() |
Visual Basic |
---|
Public Function IsDone As Boolean |
Visual C++ |
---|
public: bool IsDone() |