Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanPostCommand(
RevitCommandId commandId
)
Parameters
- commandId RevitCommandId
- The command Id.
Return Value
Boolean
Exceptions
Remarks
Only members of Autodesk.Revit.UI.PostableCommand or external commands can be posted.
See Also
Reference