2027 Class
Changes 0
C

AddInCommandBinding

Description:
This object represents a binding between a Revit command and one or more handlers which override the behavior of the command in Revit.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.AddInCommandBinding
public class AddInCommandBinding
Name Return Type Description Inherited From
E BeforeExecuted event Occurs before the command associated with this AddInCommandBinding executes.
E CanExecute event Occurs when the command associated with this AddInCommandBinding initiates a check to determine whether the command can be executed on the command target.
E Executed event Occurs when the command associated with this AddInCommandBinding executes.
Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P RevitCommandId RevitCommandId The Revit command Id.