Triggered just before propagation starts. Use the input interface to access attitude controller settings.
[Visual Basic .NET] |
---|
Public Function PrePropagate( _ ByVal ResultAttCtrl As IAgGatorPluginResultAttCtrl _ ) As Boolean |
[C#] |
---|
public bool PrePropagate( IAgGatorPluginResultAttCtrl ResultAttCtrl ); |
[Managed C++] |
---|
public: bool PrePropagate( IAgGatorPluginResultAttCtrl ^ ResultAttCtrl ); |
[Unmanaged C++] |
---|
public: HRESULT PrePropagate( IAgGatorPluginResultAttCtrl * ResultAttCtrl, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool prePropagate( 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.