STK AviatorSend comments on this topic.
MaxSpeedLimits Property (IAgAvtrBasicManeuverStrategyGlideProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the options of what the procedure will do if the aircraft has exceeded the maximum speed limits.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxSpeedLimits() As AgEAvtrBasicManeuverStrategyAirspeedPerfLimits
[C#]
public AgEAvtrBasicManeuverStrategyAirspeedPerfLimits MaxSpeedLimits {get; set;}
[Managed C++]
public: __property AgEAvtrBasicManeuverStrategyAirspeedPerfLimits get_MaxSpeedLimits();
public: __property void set_MaxSpeedLimits( AgEAvtrBasicManeuverStrategyAirspeedPerfLimits );
[Unmanaged C++]
public: HRESULT get_MaxSpeedLimits(
    AgEAvtrBasicManeuverStrategyAirspeedPerfLimits * pVal
);
public: HRESULT put_MaxSpeedLimits(
    AgEAvtrBasicManeuverStrategyAirspeedPerfLimits pVal
);
[Java]
public AgEAvtrBasicManeuverStrategyAirspeedPerfLimits getMaxSpeedLimits();
public void setMaxSpeedLimits(
    AgEAvtrBasicManeuverStrategyAirspeedPerfLimits
);
[Python - STK API ]
@property
def MaxSpeedLimits(self) -> "AgEAvtrBasicManeuverStrategyAirspeedPerfLimits":

@MaxSpeedLimits.setter
def MaxSpeedLimits(self, pVal:"AgEAvtrBasicManeuverStrategyAirspeedPerfLimits") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.