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





Windows & Linux

Description

Gets or sets the launch direction bearing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LaunchTrueBearing() As System.Object
[C#]
public System.Object LaunchTrueBearing {get; set;}
[Managed C++]
public: __property VARIANT get_LaunchTrueBearing();
public: __property void set_LaunchTrueBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_LaunchTrueBearing(
    VARIANT * pVal
);
public: HRESULT put_LaunchTrueBearing(
    VARIANT newVal
);
[Java]
public AgVariant getLaunchTrueBearing();
public void setLaunchTrueBearing(
    AgVariant
);
[Python - STK API ]
@property
def LaunchTrueBearing(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.