Loading...
Searching...
No Matches

Allow implicit loading of symbols from embedded code or not. More...

Public Member Functions

string value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static ECImplicitLoad lookup (string value)
 Find enum option from alternative value.
 

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 ECImplicitLoad Matlab.GAMS.ECImplicitLoad.lookup ( string  value)
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