STK AgPropagatorWrappersSend comments on this topic.
PreNextStep Method (IAgGatorPluginEngineModel)
See Also
ResultState
Interface component to access inputs.
Windows





Windows & Linux

Description

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

Syntax

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

Parameters

ResultState
Interface component to access inputs.

Return Type


Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called.


See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.