CommandLineOption
Inheritance Hierarchy
System.Object
Rhino.Input.Custom.CommandLineOption
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class CommandLineOption
The CommandLineOption type exposes the following members.
Properties
Name
Description
Public Property
Code Example
CurrentListOptionIndex
Public Property
CurrentNumericValue
Public Property
CurrentToggleValue
Public Property
EnglishName
The English command option name
Public Property
Index
Public Property
LocalName
The localized command option name
Public Property
OptionType
The type of this command line option
Public Property
StringOptionValue
Assigned by RhinoGet.Get if an option value is specified in a script or by a command window control.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
Static Member
IsValidOptionName
Test a string to see if it can be used as an option name in any of the RhinoGet::AddCommandOption…() functions.
Public Method
Static Member
IsValidOptionValueName
Test a string to see if it can be used as an option value in RhinoGet::AddCommandOption, RhinoGet::AddCommandOptionToggle, or RhinoGet::AddCommandOptionList.
Public Method
ListOptions
If this OptionType is a list, then the option should contain a list of values that the user can pick from.
Public Method
ToggleValues
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)