Gets or sets the initial variation variable.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property InitVar() As AgEVASTMPertVariables |
| [C#] |
|---|
public AgEVASTMPertVariables InitVar {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVASTMPertVariables get_InitVar(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVASTMPertVariables getInitVar(); public void setInitVar( AgEVASTMPertVariables ); |
[Python - STK API ] |
|---|
@property def InitVar(self) -> "AgEVASTMPertVariables": @InitVar.setter def InitVar(self, InVal:"AgEVASTMPertVariables") -> None: |






