M_Rhino_Commands_Command_IsValidCommandName - mcneel/rhinocommon-api-docs GitHub Wiki

Command.IsValidCommandName Method

Determines if a string is a valid command name.

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

Syntax

C#

public static bool IsValidCommandName(
	string name
)

VB

Public Shared Function IsValidCommandName ( 
	name As String
) As Boolean

Parameters

 

name
Type: System.String
A string.

Return Value

Type: Boolean
true if the string is a valid command name.

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

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