Revit 2023 API |
MacroManager..::..Count Property |
MacroManager Class See Also |
The count.
Namespace: Autodesk.Revit.DB.Macros
Assembly: RevitAPIMacros (in RevitAPIMacros.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public int Count { get; } |
Visual Basic |
---|
Public ReadOnly Property Count As Integer Get |
Visual C++ |
---|
public: property int Count { int get (); } |