STK AviatorSend comments on this topic.
Heading Property (IAgAvtrRefStateForwardFlightOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the direction the aircraft is pointing.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Heading() As System.Object
[C#]
public System.Object Heading {get; set;}
[Managed C++]
public: __property VARIANT get_Heading();
public: __property void set_Heading( VARIANT );
[Unmanaged C++]
public: HRESULT get_Heading(
    VARIANT * pVal
);
public: HRESULT put_Heading(
    VARIANT newVal
);
[Java]
public AgVariant getHeading();
public void setHeading(
    AgVariant
);
[Python - STK API ]
@property
def Heading(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.