STK AviatorSend comments on this topic.
CombustionChamberPressure Property (IAgAvtrMissileRocketProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the pressure in the combustion chamber.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CombustionChamberPressure() As Double
[C#]
public double CombustionChamberPressure {get; set;}
[Managed C++]
public: __property double get_CombustionChamberPressure();
public: __property void set_CombustionChamberPressure( double );
[Unmanaged C++]
public: HRESULT get_CombustionChamberPressure(
    double * pVal
);
public: HRESULT put_CombustionChamberPressure(
    double newVal
);
[Java]
public double getCombustionChamberPressure();
public void setCombustionChamberPressure(
    double
);
[Python - STK API ]
@property
def CombustionChamberPressure(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.