The purpose of the element in the problem;
select Minimize or Maximize to employ the element as an objective,
or Constraint to employ it as a constraint.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Goal() As AgEVADEGoal
|
| [C#] |
|---|
public AgEVADEGoal Goal {get; set;}
|
| [Managed C++] |
|---|
public: __property AgEVADEGoal get_Goal();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Goal(
|
| [Java] |
|---|
public AgEVADEGoal getGoal();public void setGoal(
|