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





Windows & Linux

Description

Gets or sets the option to use a constant thrust for a thrust model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseConstantThrust() As Boolean
[C#]
public bool UseConstantThrust {get; set;}
[Managed C++]
public: __property bool get_UseConstantThrust();
public: __property void set_UseConstantThrust( bool );
[Unmanaged C++]
public: HRESULT get_UseConstantThrust(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseConstantThrust(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseConstantThrust();
public void setUseConstantThrust(
    bool
);
[Python - STK API ]
@property
def UseConstantThrust(self) -> bool:

@UseConstantThrust.setter
def UseConstantThrust(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.