Click or drag to resize

GetBaseClassAddOptionEnumListT Method (String, T)

Adds a choice of enumerated values as list option

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax
public int AddOptionEnumList<T>(
	string englishOptionName,
	T defaultValue
)
where T : struct, new(), IConvertible

Parameters

englishOptionName
Type: SystemString
The name of the option
defaultValue
Type: T
The default value

Type Parameters

T
The enumerated type

Return Value

Type: Int32
Option index
Exceptions
ExceptionCondition
ArgumentExceptionGets thrown if defaultValue provided is not an enumerated type.
See Also