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