STK AviatorSend comments on this topic.
LaunchTime Property (IAgAvtrProcedureLaunchWaypoint)
See Also
Windows





Windows & Linux

Description

Gets or sets the launch time of the aircraft.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LaunchTime() As System.Object
[C#]
public System.Object LaunchTime {get; set;}
[Managed C++]
public: __property VARIANT get_LaunchTime();
public: __property void set_LaunchTime( VARIANT );
[Unmanaged C++]
public: HRESULT get_LaunchTime(
    VARIANT * pVal
);
public: HRESULT put_LaunchTime(
    VARIANT newVal
);
[Java]
public AgVariant getLaunchTime();
public void setLaunchTime(
    AgVariant
);
[Python - STK API ]
@property
def LaunchTime(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.