Click or drag to resize

CommandIsCommand Method

Determines is a string is a command.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool IsCommand(
	string name
)

Parameters

name
Type: SystemString
A string.

Return Value

Type: Boolean
true if the string is a command.
See Also