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






Windows & Linux

Description

[Support Removed] The purpose of the element in the problem.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.