Share

UIControlledApplication.RemoveAddInCommandBinding Method

Removes an AddInCommandBinding.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void RemoveAddInCommandBinding(
	RevitCommandId revitCommandId
)

Parameters

revitCommandId  RevitCommandId
The Revit command id to identify the command handler you want to remove the binding.

Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when uiApplication or revitCommandId is null.
InvalidOperationException Thrown when the given command is not bound with this add-in.

See Also

Reference

Was this information helpful?