Description:

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

Syntax:
public static bool IsValidOptionName(
string optionName
)
Parameters:
  • optionName
  • Type: string
  • The string to be tested.
Returns:
Type: bool
True if string can be used as an option name.
Available since:
5.0

IsValidOptionName method

Class:  Rhino.Input.Custom.CommandLineOption

Nothing found