ExternalDataManagerCommandExecutable Property |
Indicates if the command is executable.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool Executable { get; set; }Public Property Executable As Boolean
Get
Set
public:
property bool Executable {
bool get ();
void set (bool value);
}member Executable : bool with get, set
Property Value
Boolean
Remarks
The default value is true.
See Also