Share

PointIterator.MoveNext Method

Increments the iterator to the next point in the collection.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public virtual bool MoveNext()

Return Value

Boolean
True if there is another available point in this iterator. False if the iterator has completed all available points.

See Also

Reference

Was this information helpful?