RevitCommandId Properties
| Name | Return Type | Description |
|---|---|---|
| CanHaveBinding | bool | Indicates whether the command can be assigned a binding to an external add-in. |
| HasBinding | bool | Indicates whether a replacement of either the Execute or CanExecute events (or both) have been applied to this command. |
| Id | uint | The command id. |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| Name | string | The command name. |