STK AgPropagatorWrappersSend comments on this topic.
Evaluate Method (IAgGatorPluginEngineModel)
See Also
ResultEvalEngineModel
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 engine model settings. Returning false will turn this callback off.

Syntax

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

Parameters

ResultEvalEngineModel
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.


See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.