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






Windows & Linux

Description

Velocity of the vehicle from the current waypoint to the next. A change in velocity occurs immediately at the waypoint. Uses Rate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Speed() As Double
[C#]
public double Speed {get; set;}
[Managed C++]
public: __property double get_Speed();
public: __property void set_Speed(
   double
);
[Unmanaged C++]
public: HRESULT get_Speed(
   double * pRetVal
);
public: HRESULT put_Speed(
   double NewSpeed
);
[Java]
public double getSpeed();public void setSpeed(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.