Click or drag to resize

CommandLookupCommandName Method

Returns the command name given a command ID.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string LookupCommandName(
	Guid commandId,
	bool englishName
)

Parameters

commandId
Type: SystemGuid
A command ID.
englishName
Type: SystemBoolean
true if the requested command is in English.

Return Value

Type: String
The command name, or null on error.
See Also