M_Rhino_Commands_Command_IsValidCommandName - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if a string is a valid command name.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool IsValidCommandName(
string name
)
VB
Public Shared Function IsValidCommandName (
name As String
) As Boolean
- name
- Type: System.String
A string.
Type: Boolean
true if the string is a valid command name.
Supported in: 5D58w