| Revit 2022 API |
| PointCollection..::..Count Property |
| PointCollection Class See Also |
The number of points in this collection.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
| C# |
|---|
public int Count { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Count As Integer Get |
| Visual C++ |
|---|
public: property int Count { int get (); } |