AGI AgAsHpopPlugin 11 Send 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
);

[Java]
public  addDerivativeOutputValue(
ppInteger Index,
double Val
);

[Unmanaged C++]
public: HRESULT AddDerivativeOutputValue(
int Index,
double Val
);

Parameters

Index
Val

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface