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





Windows & Linux

Description

Get the max time of flight.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxTimeOfFlight() As System.Object
[C#]
public System.Object MaxTimeOfFlight {get; set;}
[Managed C++]
public: __property VARIANT get_MaxTimeOfFlight();
public: __property void set_MaxTimeOfFlight( VARIANT );
[Unmanaged C++]
public: HRESULT get_MaxTimeOfFlight(
    VARIANT * pVal
);
public: HRESULT put_MaxTimeOfFlight(
    VARIANT newVal
);
[Java]
public AgVariant getMaxTimeOfFlight();
public void setMaxTimeOfFlight(
    AgVariant
);
[Python - STK API ]
@property
def MaxTimeOfFlight(self) -> typing.Any:

@MaxTimeOfFlight.setter
def MaxTimeOfFlight(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.