AGI STK Objects 11 Send comments on this topic.
Acceleration Property (IAgVeWaypointsElement)
See Also 





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 * pRetVal
);
public: HRESULT put_Acceleration(
double NewAcceleration
);

[Java]
public double getAcceleration();public void setAcceleration(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1