AGI AgAsHpopPlugin 11 Send comments on this topic.
Evaluate Method (IAgAsHpopPlugin)
See Also 
ResultEval
Interface component to access inputs and outputs.





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 AgAsHpopPluginResultEval _
) As Boolean

[C#]
public bool Evaluate(
AgAsHpopPluginResultEval ResultEval
);

[Managed C++]
public: bool Evaluate(
AgAsHpopPluginResultEval ^ ResultEval
);

[Java]
public bool evaluate(
AgAsHpopPluginResultEval ResultEval
);

[Unmanaged C++]
public: HRESULT Evaluate(
AgAsHpopPluginResultEval * ResultEval,
VARIANT_BOOL * ReturnValue
);

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1