Creates and returns an iterator for the points contained in this collection.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public PointIterator GetPointIterator()
Return Value
PointIteratorNew iterator created, make sure to call 'free' on it when finished using it.