AGI AgGator 11 Send comments on this topic.
PrePropagate Method (IAgGatorPluginAttCtrl)
See Also 
ResultAttCtrl
Interface component to access inputs and outputs.





Description

Triggered just before propagation starts. Use the input interface to access attitude controller settings.

Syntax

[Visual Basic .NET]
Public Function PrePropagate( _
   ByVal ResultAttCtrl As AgGatorPluginResultAttCtrl _
) As Boolean

[C#]
public bool PrePropagate(
AgGatorPluginResultAttCtrl ResultAttCtrl
);

[Managed C++]
public: bool PrePropagate(
AgGatorPluginResultAttCtrl ^ ResultAttCtrl
);

[Java]
public bool prePropagate(
AgGatorPluginResultAttCtrl ResultAttCtrl
);

[Unmanaged C++]
public: HRESULT PrePropagate(
AgGatorPluginResultAttCtrl * ResultAttCtrl,
VARIANT_BOOL * ReturnValue
);

Parameters

ResultAttCtrl
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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1