UIApplicationPostCommand Method |
Posts the command to the Revit message queue to be invoked when control returns from the current API context.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void PostCommand(
RevitCommandId commandId
)
Public Sub PostCommand (
commandId As RevitCommandId
)
public:
void PostCommand(
RevitCommandId^ commandId
)
member PostCommand :
commandId : RevitCommandId -> unit
Parameters
- commandId RevitCommandId
- The command Id.
Exceptions
See Also