Determines is a string is a command.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool IsCommand(
string name
)
Public Shared Function IsCommand (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
A string.
Return Value
Type:
Booleantrue if the string is a command.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also