A class that represents a set of points created and returned by Revit in response to a query.
Namespace: Autodesk.Revit.DB.PointCloudsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2012
Syntax
C# |
---|
public class PointCollection : IEnumerable<CloudPoint>, IDisposable |
Visual Basic |
---|
Public Class PointCollection _ Implements IEnumerable(Of CloudPoint), IDisposable |
Visual C++ |
---|
public ref class PointCollection : IEnumerable<CloudPoint>, IDisposable |
Inheritance Hierarchy
System..::..Object
Autodesk.Revit.DB.PointClouds..::..PointCollection
Autodesk.Revit.DB.PointClouds..::..PointCollection