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





Windows & Linux

Description

Gets or sets the altitude above ground level the aircraft will fly.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AltitudeAGL() As Double
[C#]
public double AltitudeAGL {get; set;}
[Managed C++]
public: __property double get_AltitudeAGL();
public: __property void set_AltitudeAGL( double );
[Unmanaged C++]
public: HRESULT get_AltitudeAGL(
    double * pVal
);
public: HRESULT put_AltitudeAGL(
    double newVal
);
[Java]
public double getAltitudeAGL();
public void setAltitudeAGL(
    double
);
[Python - STK API ]
@property
def AltitudeAGL(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.