Click or drag to resize

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
)

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