<Code Lib>
2027 Method
Changes 5
M

RevitCommandId.LookupPostableCommandId

Description:
Looks up and retrieves the Revit command id with the given id string.

public static RevitCommandId LookupPostableCommandId(
	PostableCommand postableCommand
)

Return Value RevitCommandId The Revit command id. Returning if a command with the given name was not found.

Loading…