STK AstrogatorSend comments on this topic.
FinalVar Property (IAgVAStateCalcCartSTMElem)
See Also
Windows





Windows & Linux

Description

Gets or sets the final variation variable.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FinalVar() As AgEVASTMPertVariables
[C#]
public AgEVASTMPertVariables FinalVar {get; set;}
[Managed C++]
public: __property AgEVASTMPertVariables get_FinalVar();
public: __property void set_FinalVar( AgEVASTMPertVariables );
[Unmanaged C++]
public: HRESULT get_FinalVar(
    AgEVASTMPertVariables * pVal
);
public: HRESULT put_FinalVar(
    AgEVASTMPertVariables InVal
);
[Java]
public AgEVASTMPertVariables getFinalVar();
public void setFinalVar(
    AgEVASTMPertVariables
);
[Python - STK API ]
@property
def FinalVar(self) -> "AgEVASTMPertVariables":

@FinalVar.setter
def FinalVar(self, InVal:"AgEVASTMPertVariables") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.