GetBaseClass.AddOptionColor Method (LocalizeStringPair, OptionColor)

GetBaseClassAddOptionColor Method (LocalizeStringPair, OptionColor)

Add a command line option to get colors and automatically save the value.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int AddOptionColor(
	LocalizeStringPair optionName,
	ref OptionColor colorValue
)
Public Function AddOptionColor ( 
	optionName As LocalizeStringPair,
	ByRef colorValue As OptionColor
) As Integer

Parameters

optionName
Type: Rhino.UILocalizeStringPair
option description
colorValue
Type: Rhino.Input.CustomOptionColor
The current color value.

Return Value

Type: Int32
option index value (>0) or 0 if option cannot be added.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also