STK AgAsHpopPluginSend comments on this topic.
PreNextStep Method (IAgAsDensityModelPluginExtended)
See Also
Result
Windows





Windows & Linux

Description

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.

Syntax

[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
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.