STK AviatorSend comments on this topic.
DecelG Property (IAgAvtrBasicManeuverAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the decel G for the Decelerate at mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DecelG() As Double
[C#]
public double DecelG {get; set;}
[Managed C++]
public: __property double get_DecelG();
public: __property void set_DecelG( double );
[Unmanaged C++]
public: HRESULT get_DecelG(
    double * pVal
);
public: HRESULT put_DecelG(
    double newVal
);
[Java]
public double getDecelG();
public void setDecelG(
    double
);
[Python - STK API ]
@property
def DecelG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.