Description
Can Ram compressor pressure ratio.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CanRamCompressorPressureRatio() As Double
|
| [C#] |
|---|
public double CanRamCompressorPressureRatio {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_CanRamCompressorPressureRatio(); public: __property void set_CanRamCompressorPressureRatio(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CanRamCompressorPressureRatio(
double * pVal
);
public: HRESULT put_CanRamCompressorPressureRatio(
double newVal
);
|
| [Java] |
|---|
public double getCanRamCompressorPressureRatio();
public void setCanRamCompressorPressureRatio(
double
);
|
| [Python - STK API] |
|---|
@property
def CanRamCompressorPressureRatio(self) -> float:
@CanRamCompressorPressureRatio.setter
def CanRamCompressorPressureRatio(self, newVal:float) -> None:
|
See Also