AGI STK Astrogator 11 Send comments on this topic.
MaximumFuelMass Property (IAgVAFuelTank)
See Also 





Description

The maximum fuel mass of the spacecraft; this parameter specifically applies to Finite Maneuver segments that are being executed in Backward Sequences. Uses Mass Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumFuelMass() As Double

[C#]
public double MaximumFuelMass {get; set;}

[Managed C++]
public: __property double get_MaximumFuelMass();
public: __property void set_MaximumFuelMass(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumFuelMass(
double * pRetVal
);
public: HRESULT put_MaximumFuelMass(
double NewMaximumFuelMass
);

[Java]
public double getMaximumFuelMass();public void setMaximumFuelMass(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1