UIControlledApplication.RemoveAddInCommandBinding
Description:
Removes an AddInCommandBinding.
Removes an AddInCommandBinding.
public void RemoveAddInCommandBinding(
RevitCommandId revitCommandId
)
-
revitCommandIdThe Revit command id to identify the command handler you want to remove the binding.
-
Thrown when uiApplication or revitCommandId isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the given command is not bound with this add-in.