STK AgAsHpopPluginSend comments on this topic.
PreNextStep Method (IAgAsHpopPlugin)
See Also
Result
Interface component to access inputs and outputs.
Windows





Windows & Linux

Description

Triggered just before the next propagation step is attempted. Use the input interface to access force model settings. Returning false will turn this callback off.

Syntax

[Visual Basic .NET]
Public Function PreNextStep( _
    ByVal Result As IAgAsHpopPluginResult _
) As Boolean
[C#]
public bool PreNextStep(
    IAgAsHpopPluginResult Result
);
[Managed C++]
public: bool PreNextStep(
    IAgAsHpopPluginResult ^ Result
);
[Unmanaged C++]
public: HRESULT PreNextStep(
    IAgAsHpopPluginResult * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool preNextStep(
    IAgAsHpopPluginResult Result
);

Parameters

Result
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

© 2024 Analytical Graphics, Inc. All Rights Reserved.