M_Rhino_Commands_Command_LookupCommandName - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the command name given a command ID.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static string LookupCommandName(
Guid commandId,
bool englishName
)
VB
Public Shared Function LookupCommandName (
commandId As Guid,
englishName As Boolean
) As String
- commandId
- Type: System.Guid
A command ID. - englishName
- Type: System.Boolean
true if the requested command is in English.
Type: String
The command name, or null on error.
Supported in: 5D58w