AGI AgAsHpopPlugin 11 Send comments on this topic.
GetUserDerivativeOutputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also 
UserValue





Description

Gets the index of a user value in the state vector of which the plugin will give the 1st derivative.

Syntax

[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 ppInteger getUserDerivativeOutputIndex(
String UserValue
);

[Unmanaged C++]
public: HRESULT GetUserDerivativeOutputIndex(
BSTR UserValue,
int * ReturnValue
);

Parameters

UserValue

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1