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