Gets or sets the maximum static thrust of the engine at sea level.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxSeaLevelStaticThrust() As Double |
[C#] |
---|
public double MaxSeaLevelStaticThrust {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxSeaLevelStaticThrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxSeaLevelStaticThrust( double * pVal ); public: HRESULT put_MaxSeaLevelStaticThrust( double newVal ); |
[Java] |
---|
public double getMaxSeaLevelStaticThrust(); public void setMaxSeaLevelStaticThrust( double ); |