| Revit 2021.1 API |
| IFCProductWrapper..::..Count Property |
| IFCProductWrapper Class See Also |
The number of objects associated with the IfcProduct in this wrapper.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |