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: 20.0.0.0 (20.0.0.377)
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 |