STK AviatorSend comments on this topic.
MSLAltitude Property (IAgAvtrProcedureReferenceState)
See Also
Windows





Windows & Linux

Description

Get the MSL altitude. Can only be used when the option to use the default cruise altitude is off.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MSLAltitude() As Double
[C#]
public double MSLAltitude {get; set;}
[Managed C++]
public: __property double get_MSLAltitude();
public: __property void set_MSLAltitude( double );
[Unmanaged C++]
public: HRESULT get_MSLAltitude(
    double * pVal
);
public: HRESULT put_MSLAltitude(
    double newVal
);
[Java]
public double getMSLAltitude();
public void setMSLAltitude(
    double
);
[Python - STK API ]
@property
def MSLAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.