Gets or sets the option to use a constant thrust for a thrust model.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseConstantThrust() As Boolean |
[C#] |
---|
public bool UseConstantThrust {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseConstantThrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseConstantThrust( VARIANT_BOOL * pVal ); public: HRESULT put_UseConstantThrust( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseConstantThrust(); public void setUseConstantThrust( bool ); |