STK AgAsHpopPluginSend comments on this topic.
Evaluate Method (IAgAsHpopPlugin)
See Also
ResultEval
Interface component to access inputs and outputs.
Windows





Windows & Linux

Description

Triggered on every force model evaluation during the propagation of a step. Use the input interface to access force model settings. Returning false will turn this callback off.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
    ByVal ResultEval As IAgAsHpopPluginResultEval _
) As Boolean
[C#]
public bool Evaluate(
    IAgAsHpopPluginResultEval ResultEval
);
[Managed C++]
public: bool Evaluate(
    IAgAsHpopPluginResultEval ^ ResultEval
);
[Unmanaged C++]
public: HRESULT Evaluate(
    IAgAsHpopPluginResultEval * ResultEval,
    VARIANT_BOOL * pResult
);
[Java]
public bool evaluate(
    IAgAsHpopPluginResultEval ResultEval
);

Parameters

ResultEval
Interface component to access inputs and outputs.

Return Type

Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called from HPOP.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.