STK AviatorSend comments on this topic.
UseMaxTimeOfFlight Property (IAgAvtrProcedureBasicManeuver)
See Also
Windows





Windows & Linux

Description

Get whether to use max time of flight.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaxTimeOfFlight() As Boolean
[C#]
public bool UseMaxTimeOfFlight {get; set;}
[Managed C++]
public: __property bool get_UseMaxTimeOfFlight();
public: __property void set_UseMaxTimeOfFlight( bool );
[Unmanaged C++]
public: HRESULT get_UseMaxTimeOfFlight(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMaxTimeOfFlight(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseMaxTimeOfFlight();
public void setUseMaxTimeOfFlight(
    bool
);
[Python - STK API ]
@property
def UseMaxTimeOfFlight(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.