Description:

Returns the command name given a command ID.

Syntax:
public static string LookupCommandName(
Guid commandId,
bool englishName
)
Parameters:
  • commandId
  • Type: System.Guid
  • A command ID.
  • englishName
  • Type: bool
  • True if the requested command is in English.
Returns:
Type: string
The command name, or None on error.
Available since:
5.0

/
/
/
LookupCommandName

LookupCommandName method

Class:  Rhino.Commands.Command

Nothing found