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





Windows & Linux

Description

Gets or sets the initial variation variable.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InitVar() As AgEVASTMPertVariables
[C#]
public AgEVASTMPertVariables InitVar {get; set;}
[Managed C++]
public: __property AgEVASTMPertVariables get_InitVar();
public: __property void set_InitVar( AgEVASTMPertVariables );
[Unmanaged C++]
public: HRESULT get_InitVar(
    AgEVASTMPertVariables * pVal
);
public: HRESULT put_InitVar(
    AgEVASTMPertVariables InVal
);
[Java]
public AgEVASTMPertVariables getInitVar();
public void setInitVar(
    AgEVASTMPertVariables
);
[Python - STK API ]
@property
def InitVar(self) -> "AgEVASTMPertVariables":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.