STK AviatorSend comments on this topic.
AccelDecelG Property (IAgAvtrBasicManeuverStrategyPushPull)
See Also
Windows





Windows & Linux

Description

Gets or sets the specific G force rate to accelerate/decelerate at.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AccelDecelG() As Double
[C#]
public double AccelDecelG {get; set;}
[Managed C++]
public: __property double get_AccelDecelG();
public: __property void set_AccelDecelG( double );
[Unmanaged C++]
public: HRESULT get_AccelDecelG(
    double * pVal
);
public: HRESULT put_AccelDecelG(
    double newVal
);
[Java]
public double getAccelDecelG();
public void setAccelDecelG(
    double
);
[Python - STK API ]
@property
def AccelDecelG(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.