Get the altitude MSL options.
Read-only property
[Visual Basic .NET] |
---|
Public Property AltitudeMSLOptions() As IAgAvtrAltitudeMSLAndLevelOffOptions |
[C#] |
---|
public IAgAvtrAltitudeMSLAndLevelOffOptions AltitudeMSLOptions {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAltitudeMSLAndLevelOffOptions ^ get_AltitudeMSLOptions(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeMSLOptions( IAgAvtrAltitudeMSLAndLevelOffOptions ** ppVal ); |
[Java] |
---|
public IAgAvtrAltitudeMSLAndLevelOffOptions getAltitudeMSLOptions(); |
[Python - STK API ] |
---|
@property def AltitudeMSLOptions(self) -> "IAgAvtrAltitudeMSLAndLevelOffOptions": |