PlugIn.GetEnglishCommandNames Method

PlugInGetEnglishCommandNames Method

Gets names of all "non-test" commands for a given plug-in.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string[] GetEnglishCommandNames(
	Guid pluginId
)
Public Shared Function GetEnglishCommandNames ( 
	pluginId As Guid
) As String()

Parameters

pluginId
Type: SystemGuid
The plug-in ID.

Return Value

Type: String
An array with all plug-in names. This can be empty, but not null.
See Also