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





Windows & Linux

Description

Gets or sets the constant thrust value for a thrust model set to Constant Thrust mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConstantThrust() As Double
[C#]
public double ConstantThrust {get; set;}
[Managed C++]
public: __property double get_ConstantThrust();
public: __property void set_ConstantThrust( double );
[Unmanaged C++]
public: HRESULT get_ConstantThrust(
    double * pVal
);
public: HRESULT put_ConstantThrust(
    double newVal
);
[Java]
public double getConstantThrust();
public void setConstantThrust(
    double
);
[Python - STK API ]
@property
def ConstantThrust(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.