STK AstrogatorSend comments on this topic.
UpdateMass Property (IAgVAManeuverImpulsive)
See Also
Windows





Windows & Linux

Description

True if the mass of the spacecraft will be updated on the basis of fuel usage.

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 * pVal
);
public: HRESULT put_UpdateMass(
    VARIANT_BOOL pVal
);
[Java]
public bool getUpdateMass();
public void setUpdateMass(
    bool
);
[Python - STK API ]
@property
def UpdateMass(self) -> bool:

@UpdateMass.setter
def UpdateMass(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.