Namespace:
Autodesk.Revit.DB.PointClouds
PointIterator
Class
Description:
A class used to iterate individual points in a PointCollection.
A class used to iterate individual points in a PointCollection.
Remarks:
Points may be iterated in two different ways:
Points may be iterated in two different ways:
- In the traditional IEnumerable interface, you can iterate the resulting points directly from the PointCollection.
- In an unsafe interface usable only from C# and C++/CLI, you can get a pointer to the point storage of the collection and access the points directly in memory. Although you must deal with pointers directly, there may be performance improvements when traversing large buffers of points.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.PointClouds.PointIterator
System.Object
Autodesk.Revit.DB.PointClouds.PointIterator