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






Windows & Linux

Description

Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurnRadius() As Double
[C#]
public double TurnRadius {get; set;}
[Managed C++]
public: __property double get_TurnRadius();
public: __property void set_TurnRadius(
   double
);
[Unmanaged C++]
public: HRESULT get_TurnRadius(
   double * pRetVal
);
public: HRESULT put_TurnRadius(
   double NewTurnRadius
);
[Java]
public double getTurnRadius();public void setTurnRadius(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.