STK AviatorSend comments on this topic.
Glideslope Property (IAgAvtrLandingStandardInstrumentApproach)
See Also
Windows





Windows & Linux

Description

Gets or sets the angle from the horizontal on which the aircraft descends to touchdown.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Glideslope() As System.Object
[C#]
public System.Object Glideslope {get; set;}
[Managed C++]
public: __property VARIANT get_Glideslope();
public: __property void set_Glideslope( VARIANT );
[Unmanaged C++]
public: HRESULT get_Glideslope(
    VARIANT * pRetVal
);
public: HRESULT put_Glideslope(
    VARIANT inVal
);
[Java]
public AgVariant getGlideslope();
public void setGlideslope(
    AgVariant
);
[Python - STK API ]
@property
def Glideslope(self) -> typing.Any:

@Glideslope.setter
def Glideslope(self, inVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.