STK AstrogatorSend comments on this topic.
Goal Property (IAgVAIPOPTResult)
See Also
Windows





Windows & Linux

Description

Gets or sets the purpose of the element in the problem.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Goal() As AgEVAIPOPTGoal
[C#]
public AgEVAIPOPTGoal Goal {get; set;}
[Managed C++]
public: __property AgEVAIPOPTGoal get_Goal();
public: __property void set_Goal( AgEVAIPOPTGoal );
[Unmanaged C++]
public: HRESULT get_Goal(
    AgEVAIPOPTGoal * pVal
);
public: HRESULT put_Goal(
    AgEVAIPOPTGoal InVal
);
[Java]
public AgEVAIPOPTGoal getGoal();
public void setGoal(
    AgEVAIPOPTGoal
);
[Python - STK API ]
@property
def Goal(self) -> "AgEVAIPOPTGoal":

@Goal.setter
def Goal(self, InVal:"AgEVAIPOPTGoal") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.