Gets or sets the variable identifying the component within an Eigenvector.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property StateVariable() As AgEVASTMPertVariables |
| [C#] |
|---|
public AgEVASTMPertVariables StateVariable {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVASTMPertVariables get_StateVariable(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVASTMPertVariables getStateVariable(); public void setStateVariable( AgEVASTMPertVariables ); |
[Python - STK API ] |
|---|
@property def StateVariable(self) -> "AgEVASTMPertVariables": @StateVariable.setter def StateVariable(self, InVal:"AgEVASTMPertVariables") -> None: |






