PropagationEulerianAxesAppliedTorques Property  | 
 
            Gets a list of the torques applied on the 
IntegrationAxes.
            These torques will be converted to the body-fixed frame before they are evaluated.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IList<TorqueModel> AppliedTorques { get; }Public ReadOnly Property AppliedTorques As IList(Of TorqueModel)
	Get
public:
property IList<TorqueModel^>^ AppliedTorques {
	IList<TorqueModel^>^ get ();
}member AppliedTorques : IList<TorqueModel> with get
Property Value
Type: 
IListTorqueModel
See Also