M_Rhino_Commands_Command_IsCommand - mcneel/rhinocommon-api-docs GitHub Wiki

Command.IsCommand Method

Determines is a string is a command.

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool IsCommand(
	string name
)

VB

Public Shared Function IsCommand ( 
	name As String
) As Boolean

Parameters

 

name
Type: System.String
A string.

Return Value

Type: Boolean
true if the string is a command.

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️