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






Windows & Linux

Description

The default turn radius used when the first waypoint is added. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DefaultTurnRadius() As Double

[C#]
public double DefaultTurnRadius {get; set;}

[Managed C++]
public: __property double get_DefaultTurnRadius();
public: __property void set_DefaultTurnRadius(
double
);

[Unmanaged C++]
public: HRESULT get_DefaultTurnRadius(
double * pRetVal
);
public: HRESULT put_DefaultTurnRadius(
double NewDefaultTurnRadius
);

[Java]
public double getDefaultTurnRadius();public void setDefaultTurnRadius(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface