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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SustainThrustTimeLimit() As Double
[C#]
public double SustainThrustTimeLimit {get; set;}
[Managed C++]
public: __property double get_SustainThrustTimeLimit();
public: __property void set_SustainThrustTimeLimit( double );
[Unmanaged C++]
public: HRESULT get_SustainThrustTimeLimit(
    double * pVal
);
public: HRESULT put_SustainThrustTimeLimit(
    double newVal
);
[Java]
public double getSustainThrustTimeLimit();
public void setSustainThrustTimeLimit(
    double
);
[Python - STK API ]
@property
def SustainThrustTimeLimit(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.