STK ObjectsSend 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 * pVal
);
public: HRESULT put_Speed(
    double Speed
);
[Java]
public double getSpeed();
public void setSpeed(
    double
);
[Python - STK API ]
@property
def Speed(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.