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++] |
---|
public: HRESULT get_StateVariable( AgEVASTMPertVariables * pVal ); public: HRESULT put_StateVariable( AgEVASTMPertVariables InVal ); |
[Java] |
---|
public AgEVASTMPertVariables getStateVariable(); public void setStateVariable( AgEVASTMPertVariables ); |
[Python - STK API ] |
---|
@property def StateVariable(self) -> "AgEVASTMPertVariables": @StateVariable.setter def StateVariable(self, InVal:"AgEVASTMPertVariables") -> None: |