STK AviatorSend comments on this topic.
ApproachFixRange Property (IAgAvtrLandingInterceptGlideslope)
See Also
Windows





Windows & Linux

Description

Gets or sets the range from the reference point of the runway at which the aircraft begins its landing approach.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApproachFixRange() As Double
[C#]
public double ApproachFixRange {get; set;}
[Managed C++]
public: __property double get_ApproachFixRange();
public: __property void set_ApproachFixRange( double );
[Unmanaged C++]
public: HRESULT get_ApproachFixRange(
    double * pRetVal
);
public: HRESULT put_ApproachFixRange(
    double inVal
);
[Java]
public double getApproachFixRange();
public void setApproachFixRange(
    double
);
[Python - STK API ]
@property
def ApproachFixRange(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.