STK AviatorSend comments on this topic.
LaunchBearing Property (IAgAvtrProcedureLaunchDynState)
See Also
Windows





Windows & Linux

Description

Gets or sets the launch direction bearing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LaunchBearing() As System.Object
[C#]
public System.Object LaunchBearing {get; set;}
[Managed C++]
public: __property VARIANT get_LaunchBearing();
public: __property void set_LaunchBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_LaunchBearing(
    VARIANT * pVal
);
public: HRESULT put_LaunchBearing(
    VARIANT newVal
);
[Java]
public AgVariant getLaunchBearing();
public void setLaunchBearing(
    AgVariant
);
[Python - STK API ]
@property
def LaunchBearing(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.