Click or drag to resize

CommandLineOptionIsValidOptionName Method

Test a string to see if it can be used as an option name in any of the RhinoGet::AddCommandOption...() functions.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool IsValidOptionName(
	string optionName
)

Parameters

optionName
Type: SystemString
The string to be tested.

Return Value

Type: Boolean
true if string can be used as an option name.
See Also