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





Windows & Linux

Description

Gets or sets the maximum turn radius factor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TurnFactor() As Double
[C#]
public double TurnFactor {get; set;}
[Managed C++]
public: __property double get_TurnFactor();
public: __property void set_TurnFactor( double );
[Unmanaged C++]
public: HRESULT get_TurnFactor(
    double * pVal
);
public: HRESULT put_TurnFactor(
    double newVal
);
[Java]
public double getTurnFactor();
public void setTurnFactor(
    double
);
[Python - STK API ]
@property
def TurnFactor(self) -> float:

@TurnFactor.setter
def TurnFactor(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.