STK AviatorSend comments on this topic.
BrakingDecelG Property (IAgAvtrAircraftAdvLandingModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the deceleration rate, in G, when braking.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.