AGI AgAsHpopPlugin 11 Send comments on this topic.
PostEvaluate Method (IAgAsHpopPlugin)
See Also 
ResultPostEval





Description

Triggered on every force model evaluation during the propagation of a step, but after the individual force model components have been computed. The components can be obtained from the input interface. Returning false will turn this callback off.

Syntax

[Visual Basic .NET]
Public Function PostEvaluate( _
   ByVal ResultPostEval As AgAsHpopPluginResultPostEval _
) As Boolean

[C#]
public bool PostEvaluate(
AgAsHpopPluginResultPostEval ResultPostEval
);

[Managed C++]
public: bool PostEvaluate(
AgAsHpopPluginResultPostEval ^ ResultPostEval
);

[Java]
public bool postEvaluate(
AgAsHpopPluginResultPostEval ResultPostEval
);

[Unmanaged C++]
public: HRESULT PostEvaluate(
AgAsHpopPluginResultPostEval * ResultPostEval,
VARIANT_BOOL * ReturnValue
);

Parameters

ResultPostEval

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1