Increments the iterator to the next point in the collection.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public virtual bool MoveNext()
Return Value
BooleanTrue if there is another available point in this iterator. False if the iterator has completed all available points.