RhinoCommon API
CommandIsValidCommandName Method |
Determines if a string is a valid command name.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static bool IsValidCommandName( string name )
Public Shared Function IsValidCommandName ( name As String ) As Boolean
Parameters
- name
- Type: SystemString
A string.
Return Value
Type: Booleantrue if the string is a valid command name.
