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.
| [Visual Basic .NET] |
|---|
Public Function Evaluate( _
ByVal ResultEval As AgAsLightReflectionResultEval _
) As Boolean
|
| [C#] |
|---|
public bool Evaluate(
|
| [Managed C++] |
|---|
public: bool Evaluate(
|
| [Java] |
|---|
public bool evaluate(
|
| [Unmanaged C++] |
|---|
public: HRESULT Evaluate(
|
- ResultEval