Triggered just before the next propagation step is attempted. Use the input interface to access attitude controller settings. Returning false will turn this callback off.
[Visual Basic .NET] |
---|
Public Function PreNextStep( _ ByVal ResultAttCtrl As IAgGatorPluginResultAttCtrl _ ) As Boolean |
[C#] |
---|
public bool PreNextStep( IAgGatorPluginResultAttCtrl ResultAttCtrl ); |
[Managed C++] |
---|
public: bool PreNextStep( IAgGatorPluginResultAttCtrl ^ ResultAttCtrl ); |
[Unmanaged C++] |
---|
public: HRESULT PreNextStep( IAgGatorPluginResultAttCtrl * ResultAttCtrl, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preNextStep( IAgGatorPluginResultAttCtrl ResultAttCtrl ); |
- ResultAttCtrl
- Interface component to access inputs and outputs.
Return true to indicate success, false to indicate failure. If false is returned, this method will no longer be called.