STK AstrogatorSend comments on this topic.
Goal Property (IAgVASNOPTResult)
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 AgEVASNOPTGoal
[C#]
public AgEVASNOPTGoal Goal {get; set;}
[Managed C++]
public: __property AgEVASNOPTGoal get_Goal();
public: __property void set_Goal( AgEVASNOPTGoal );
[Unmanaged C++]
public: HRESULT get_Goal(
    AgEVASNOPTGoal * pVal
);
public: HRESULT put_Goal(
    AgEVASNOPTGoal InVal
);
[Java]
public AgEVASNOPTGoal getGoal();
public void setGoal(
    AgEVASNOPTGoal
);
[Python - STK API ]
@property
def Goal(self) -> "AgEVASNOPTGoal":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.