M_Rhino_Commands_Command_LookupCommandName - mcneel/rhinocommon-api-docs GitHub Wiki

Command.LookupCommandName Method

Returns the command name given a command ID.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static string LookupCommandName(
	Guid commandId,
	bool englishName
)

VB

Public Shared Function LookupCommandName ( 
	commandId As Guid,
	englishName As Boolean
) As String

Parameters

 

commandId
Type: System.Guid
A command ID.
englishName
Type: System.Boolean
true if the requested command is in English.

Return Value

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

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️