Revit 2023 API |
RevitCommandId..::..CanHaveBinding Property |
RevitCommandId Class See Also |
Indicates whether the command can be assigned a binding to an external add-in.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public bool CanHaveBinding { get; } |
Visual Basic |
---|
Public ReadOnly Property CanHaveBinding As Boolean Get |
Visual C++ |
---|
public: property bool CanHaveBinding { bool get (); } |