Click or drag to resize

GetBaseClassIsValidOptionName Method

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

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

Parameters

optionName
Type: SystemString
String to test.

Return Value

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