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