Description:

Returns the ID of a command.

Syntax:
public static Guid LookupCommandId(
string name,
bool searchForEnglishName
)
Parameters:
  • name
  • Type: string
  • The name of the command.
  • searchForEnglishName
  • Type: bool
  • True if the name is to searched in English. This ensures that a '_' is prepended to the name.
Returns:
Type: Guid
An of the command, or <b>Guid.Empty</b> on error.
Available since:
5.0

/
/
/
LookupCommandId

LookupCommandId method

Class:  Rhino.Commands.Command

Nothing found