AGI STK Astrogator 11 Send comments on this topic.
UpdateMass Property (IAgVAManeuver)
See Also 
Windows






Windows & Linux

Description

True if the mass of the spacecraft will be updated on the basis of fuel usage. Only valid for impulsive maneuvers, and invalid for finite maneuvers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UpdateMass() As Boolean

[C#]
public bool UpdateMass {get; set;}

[Managed C++]
public: __property bool get_UpdateMass();
public: __property void set_UpdateMass(
bool
);

[Unmanaged C++]
public: HRESULT get_UpdateMass(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UpdateMass(
VARIANT_BOOL NewUpdateMass
);

[Java]
public bool getUpdateMass();public void setUpdateMass(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface