STK ObjectsSend comments on this topic.
Acceleration Property (IAgVeWaypointsElement)
See Also
Windows





Windows & Linux

Description

Rate of increase (if positive) or decrease (if negative) in the velocity of the vehicle. Uses Acceleration Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Acceleration() As Double
[C#]
public double Acceleration {get; set;}
[Managed C++]
public: __property double get_Acceleration();
public: __property void set_Acceleration( double );
[Unmanaged C++]
public: HRESULT get_Acceleration(
    double * pVal
);
public: HRESULT put_Acceleration(
    double Acceleration
);
[Java]
public double getAcceleration();
public void setAcceleration(
    double
);
[Python - STK API ]
@property
def Acceleration(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.