Looks up and retrieves the Revit command id with the given id string.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static RevitCommandId LookupPostableCommandId(
PostableCommand postableCommand
)
Parameters
- postableCommand PostableCommand
- The postable command.
Return Value
RevitCommandId The Revit command id. Returning
null if a command with the given name was not found.
Exceptions
See Also
Reference