GetBaseClassIsValidOptionValueName Method |
Test a string to see if it can be used as an option value name in the AddOption, AddOptionToggle, AddOptionList functions.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.24
Syntaxpublic static bool IsValidOptionValueName(
string optionValueName
)
Public Shared Function IsValidOptionValueName (
optionValueName As String
) As Boolean
Parameters
- optionValueName
- Type: SystemString
[Missing <param name="optionValueName"/> documentation for "M:Rhino.Input.Custom.GetBaseClass.IsValidOptionValueName(System.String)"]
Return Value
Type:
BooleanTrue if string can be used as an option value.
See Also