STK AgAsHpopPluginSend comments on this topic.
AddDerivativeOutputValue Method (IAgAsEOMFuncPluginStateVector)
See Also
Index
Val
Windows





Windows & Linux

Description

Sets the value of a first derivative in internal units.

Syntax

[Visual Basic .NET]
Public Sub AddDerivativeOutputValue( _
    ByVal Index As Integer, _
    ByVal Val As Double _
)
[C#]
public void AddDerivativeOutputValue(
    int Index,
    double Val
);
[Managed C++]
public: void AddDerivativeOutputValue(
    int Index,
    double Val
);
[Unmanaged C++]
public: HRESULT AddDerivativeOutputValue(
    int Index,
    double Val
);
[Java]
public void addDerivativeOutputValue(
    Integer Index,
    double Val
);

Parameters

Index
Val

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.