Revit 2025.3 API
Point |
Identifies if the iteration has reached the end of the collection.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsDone()
Public Function IsDone As Boolean
public: bool IsDone()
member IsDone : unit -> bool
Return Value
BooleanTrue if the iteration has reached the end, false otherwise.
See Also