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