STK AviatorSend comments on this topic.
AltitudeOptions Property (IAgAvtrProcedureArcEnroute)
See Also
Windows





Windows & Linux

Description

Get the altitude options.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AltitudeOptions() As IAgAvtrArcAltitudeAndDelayOptions
[C#]
public IAgAvtrArcAltitudeAndDelayOptions AltitudeOptions {get;}
[Managed C++]
public: __property IAgAvtrArcAltitudeAndDelayOptions ^ get_AltitudeOptions();
[Unmanaged C++]
public: HRESULT get_AltitudeOptions(
    IAgAvtrArcAltitudeAndDelayOptions ** ppVal
);
[Java]
public IAgAvtrArcAltitudeAndDelayOptions getAltitudeOptions();
[Python - STK API ]
@property
def AltitudeOptions(self) -> "IAgAvtrArcAltitudeAndDelayOptions":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.