STK AstrogatorSend comments on this topic.
StateVariable Property (IAgVAStateCalcSTMEigenvecElem)
See Also
Windows





Windows & Linux

Description

Gets or sets the variable identifying the component within an Eigenvector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StateVariable() As AgEVASTMPertVariables
[C#]
public AgEVASTMPertVariables StateVariable {get; set;}
[Managed C++]
public: __property AgEVASTMPertVariables get_StateVariable();
public: __property void set_StateVariable( AgEVASTMPertVariables );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.