STK AgAsHpopPluginSend comments on this topic.
PostEvaluate Method (IAgAsHpopPlugin)
See Also
ResultPostEval
Windows





Windows & Linux

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 IAgAsHpopPluginResultPostEval _
) As Boolean
[C#]
public bool PostEvaluate(
    IAgAsHpopPluginResultPostEval ResultPostEval
);
[Managed C++]
public: bool PostEvaluate(
    IAgAsHpopPluginResultPostEval ^ ResultPostEval
);
[Unmanaged C++]
public: HRESULT PostEvaluate(
    IAgAsHpopPluginResultPostEval * ResultPostEval,
    VARIANT_BOOL * pResult
);
[Java]
public bool postEvaluate(
    IAgAsHpopPluginResultPostEval ResultPostEval
);

Parameters

ResultPostEval

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.