RhinoCommon API
CommandGetCommandNames Method |
Gets list of command names in Rhino. This list does not include Test, Alpha, or System commands.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll)

public static string[] GetCommandNames( bool english, bool loaded )
Public Shared Function GetCommandNames ( english As Boolean, loaded As Boolean ) As String()
Parameters
- english
- Type: SystemBoolean
if true, retrieve the english name for every command. if false, retrieve the local name for every command. - loaded
- Type: SystemBoolean
if true, only get names of currently loaded commands. if false, get names of all registered (may not be currently loaded) commands.
Return Value
Type: StringAn array instance with command names. This array could be empty, but not null.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8