GetBaseClassAddOption Method (String, String) |
Adds a command line option.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public int AddOption(
string englishOption,
string englishOptionValue
)
Public Function AddOption (
englishOption As String,
englishOptionValue As String
) As Integer
Parameters
- englishOption
- Type: SystemString
Must only consist of letters and numbers (no characters list periods, spaces, or dashes). - englishOptionValue
- Type: SystemString
The option value in English, visualized after an equality sign.
Return Value
Type:
Int32Option index value (>0) or 0 if option cannot be added.
See Also