 Description
Description
The deceleration rate, in G, when braking.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property BrakingDecelG() As Double
 | 
| [C#] | 
|---|
| public double BrakingDecelG {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_BrakingDecelG();public: __property void set_BrakingDecelG(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_BrakingDecelG(
    double * pVal
);
public: HRESULT put_BrakingDecelG(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getBrakingDecelG();
public void setBrakingDecelG(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def BrakingDecelG(self) -> float:
@BrakingDecelG.setter
def BrakingDecelG(self, newVal:float) -> None:
 | 
 See Also
See Also