STK AgAsHpopPluginSend comments on this topic.
GetUserDerivativeOutputIndex Method (IAgAsEOMFuncPluginSetIndicesHandler)
See Also
UserValue
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT GetUserDerivativeOutputIndex(
    BSTR UserValue,
    int * pIndex
);
[Java]
public Integer getUserDerivativeOutputIndex(
    String UserValue
);

Parameters

UserValue

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.