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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1