STK AviatorSend comments on this topic.
ReduceTurnRadii Property (IAgAvtrProcedureTerrainFollow)
See Also
Windows





Windows & Linux

Description

Option to use the minimum speed to compute the turn radius.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReduceTurnRadii() As Boolean
[C#]
public bool ReduceTurnRadii {get; set;}
[Managed C++]
public: __property bool get_ReduceTurnRadii();
public: __property void set_ReduceTurnRadii( bool );
[Unmanaged C++]
public: HRESULT get_ReduceTurnRadii(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ReduceTurnRadii(
    VARIANT_BOOL newVal
);
[Java]
public bool getReduceTurnRadii();
public void setReduceTurnRadii(
    bool
);
[Python - STK API ]
@property
def ReduceTurnRadii(self) -> bool:

@ReduceTurnRadii.setter
def ReduceTurnRadii(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.