STK AviatorSend comments on this topic.
LaunchAltitude Property (IAgAvtrProcedureLaunchWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the launch altitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LaunchAltitude() As Double
[C#]
public double LaunchAltitude {get; set;}
[Managed C++]
public: __property double get_LaunchAltitude();
public: __property void set_LaunchAltitude( double );
[Unmanaged C++]
public: HRESULT get_LaunchAltitude(
    double * pVal
);
public: HRESULT put_LaunchAltitude(
    double newVal
);
[Java]
public double getLaunchAltitude();
public void setLaunchAltitude(
    double
);
[Python - STK API ]
@property
def LaunchAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.