STK AviatorSend comments on this topic.
RadiusFactor Property (IAgAvtrProcedureVerticalLanding)
See Also
Windows





Windows & Linux

Description

Gets or sets the radius factor for turns performed while translating to the hover point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RadiusFactor() As Double
[C#]
public double RadiusFactor {get; set;}
[Managed C++]
public: __property double get_RadiusFactor();
public: __property void set_RadiusFactor( double );
[Unmanaged C++]
public: HRESULT get_RadiusFactor(
    double * pVal
);
public: HRESULT put_RadiusFactor(
    double newVal
);
[Java]
public double getRadiusFactor();
public void setRadiusFactor(
    double
);
[Python - STK API ]
@property
def RadiusFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.