| Revit 2022.1 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: 22.0.0.0 (22.1.1.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 (); } |