AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_DefaultTurnRadius(
    double defaultTurnRadius
);
[Java]
public double getDefaultTurnRadius();
public void setDefaultTurnRadius(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.