M_Rhino_Commands_Command_GetCommandNames - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static string[] GetCommandNames(
bool english,
bool loaded
)
VB
Public Shared Function GetCommandNames (
english As Boolean,
loaded As Boolean
) As String()
- english
- Type: System.Boolean
if true, retrieve the english name for every command. if false, retrieve the local name for every command. - loaded
- Type: System.Boolean
if true, only get names of currently loaded commands. if false, get names of all registered (may not be currently loaded) commands.
Type: String[]
An array instance with command names. This array could be empty, but not null.
Supported in: 5D58w