Number of members in the first assembly
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2012
Syntax
| C# |
|---|
public int Count1 { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Count1 As Integer Get |
| Visual C++ |
|---|
public: property int Count1 { int get (); } |