PlugInGetEnglishCommandNames Method |
Gets names of all "non-test" commands for a given plug-in.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
StringAn array with all plug-in names. This can be empty, but not null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also