Gets the index of a user value in the state vector of which the plugin will give the 1st derivative.
[Visual Basic .NET] |
---|
Public Function GetUserDerivativeOutputIndex( _ ByVal UserValue As String _ ) As Integer |
[C#] |
---|
public int GetUserDerivativeOutputIndex( string UserValue ); |
[Managed C++] |
---|
public: int GetUserDerivativeOutputIndex( String __gc ^ UserValue ); |
[Java] |
---|
public Integer getUserDerivativeOutputIndex( String UserValue ); |
- UserValue