AircraftMotionElementMass Property  | 
 
            Gets or sets the mass used to determine the equations of motion.
            Note that the derivatives of mass are not implicitly included in the integration.
            Another 
PropagationStateElement must be added to
            the set of integration elements to account for the change in mass over time.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Scalar Mass { get; set; }Public Property Mass As Scalar
	Get
	Set
public:
property Scalar^ Mass {
	Scalar^ get ();
	void set (Scalar^ value);
}member Mass : Scalar with get, set
Property Value
Type: 
Scalar
See Also