Revit 2023 API |
RevitCommandId..::..Id Property |
RevitCommandId Class See Also |
The command id.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public uint Id { get; } |
Visual Basic |
---|
Public ReadOnly Property Id As UInteger Get |
Visual C++ |
---|
public: property unsigned int Id { unsigned int get (); } |