Number of members in the first assembly
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |