| Revit 2021.1 API |
| CommandEventArgs..::..CommandId Property |
| CommandEventArgs Class See Also |
The command id.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public RevitCommandId CommandId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CommandId As RevitCommandId Get |
| Visual C++ |
|---|
public: property RevitCommandId^ CommandId { RevitCommandId^ get (); } |