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





Windows & Linux

Description

Gets or sets the accel G for the Accelerate at mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AccelG() As Double
[C#]
public double AccelG {get; set;}
[Managed C++]
public: __property double get_AccelG();
public: __property void set_AccelG( double );
[Unmanaged C++]
public: HRESULT get_AccelG(
    double * pVal
);
public: HRESULT put_AccelG(
    double newVal
);
[Java]
public double getAccelG();
public void setAccelG(
    double
);
[Python - STK API ]
@property
def AccelG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.