STK AviatorSend comments on this topic.
AbeamDistance Property (IAgAvtrLandingEnterDownwindPattern)
See Also
Windows





Windows & Linux

Description

Gets or sets the distance from the runway that the aircraft will fly the parallel leg of the landing pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AbeamDistance() As Double
[C#]
public double AbeamDistance {get; set;}
[Managed C++]
public: __property double get_AbeamDistance();
public: __property void set_AbeamDistance( double );
[Unmanaged C++]
public: HRESULT get_AbeamDistance(
    double * pRetVal
);
public: HRESULT put_AbeamDistance(
    double inVal
);
[Java]
public double getAbeamDistance();
public void setAbeamDistance(
    double
);
[Python - STK API ]
@property
def AbeamDistance(self) -> float:

@AbeamDistance.setter
def AbeamDistance(self, inVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.