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.
[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 ); |
- ResultPostEval