Matlab.GAMS.ECImplicitLoad Enum Reference
Allow implicit loading of symbols from embedded code or not. More...
Public Member Functions | |
string | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static ECImplicitLoad | lookup (string value) |
Find enum option from alternative value. More... | |
Public Attributes | |
OffECImplicitLoad =("off") | |
Do not allow implicit loading from embedded code. | |
OnECImplicitLoad =("on") | |
Allow implicit loading from embedded code. | |
UndefinedECImplicitLoad =("") | |
Undefined option. | |
Detailed Description
Allow implicit loading of symbols from embedded code or not.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
string Matlab.GAMS.ECImplicitLoad.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option