Triggered just before the next propagation step is attempted during numerical integration. Use the input interface to access settings. Returning false will turn this callback off.
[Visual Basic .NET] |
---|
Public Function PreNextStep( _ ByVal Result As IAgAsDensityModelResult _ ) As Boolean |
[C#] |
---|
public bool PreNextStep( IAgAsDensityModelResult Result ); |
[Managed C++] |
---|
public: bool PreNextStep( IAgAsDensityModelResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PreNextStep( IAgAsDensityModelResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preNextStep( IAgAsDensityModelResult Result ); |
- Result