Command.LookupCommandName Method

CommandLookupCommandName Method

Returns the command name given a command ID.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string LookupCommandName(
	Guid commandId,
	bool englishName
)
Public Shared Function LookupCommandName ( 
	commandId As Guid,
	englishName As Boolean
) As String

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also