STK AviatorSend comments on this topic.
UsePerfModelLimits Property (IAgAvtrBasicManeuverStrategyRendezvous)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to derive the control limits of the aircraft from the applicable performance model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UsePerfModelLimits() As Boolean
[C#]
public bool UsePerfModelLimits {get; set;}
[Managed C++]
public: __property bool get_UsePerfModelLimits();
public: __property void set_UsePerfModelLimits( bool );
[Unmanaged C++]
public: HRESULT get_UsePerfModelLimits(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UsePerfModelLimits(
    VARIANT_BOOL newVal
);
[Java]
public bool getUsePerfModelLimits();
public void setUsePerfModelLimits(
    bool
);
[Python - STK API ]
@property
def UsePerfModelLimits(self) -> bool:

@UsePerfModelLimits.setter
def UsePerfModelLimits(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.