AGI AgAsHpopPlugin 11 Send comments on this topic.
AddDerivativeOutputValue Method (IAgAsEOMFuncPluginStateVector)
See Also 
Index
Val





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1