AGI STK Astrogator 11 Send comments on this topic.
Goal Property (IAgVADEResult)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Goal() As AgEVADEGoal

[C#]
public AgEVADEGoal Goal {get; set;}

[Managed C++]
public: __property AgEVADEGoal get_Goal();
public: __property void set_Goal(
AgEVADEGoal
);

[Unmanaged C++]
public: HRESULT get_Goal(
AgEVADEGoal * pRetVal
);
public: HRESULT put_Goal(
AgEVADEGoal NewGoal
);

[Java]
public AgEVADEGoal getGoal();public void setGoal(
AgEVADEGoal
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1