STK AviatorSend comments on this topic.
SustainThrust Property (IAgAvtrPropulsionThrust)
See Also
Windows





Windows & Linux

Description

Gets or sets the sustain thrust value for a thrust model set to Boost/Sustain Thrust mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SustainThrust() As Double
[C#]
public double SustainThrust {get; set;}
[Managed C++]
public: __property double get_SustainThrust();
public: __property void set_SustainThrust( double );
[Unmanaged C++]
public: HRESULT get_SustainThrust(
    double * pVal
);
public: HRESULT put_SustainThrust(
    double newVal
);
[Java]
public double getSustainThrust();
public void setSustainThrust(
    double
);
[Python - STK API ]
@property
def SustainThrust(self) -> float:

@SustainThrust.setter
def SustainThrust(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.