STK AviatorSend comments on this topic.
HighEndHeading Property (IAgAvtrUserRunway)
See Also
Windows





Windows & Linux

Description

Gets or sets the high end heading of the runway.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HighEndHeading() As System.Object
[C#]
public System.Object HighEndHeading {get; set;}
[Managed C++]
public: __property VARIANT get_HighEndHeading();
public: __property void set_HighEndHeading( VARIANT );
[Unmanaged C++]
public: HRESULT get_HighEndHeading(
    VARIANT * pVal
);
public: HRESULT put_HighEndHeading(
    VARIANT newVal
);
[Java]
public AgVariant getHighEndHeading();
public void setHighEndHeading(
    AgVariant
);
[Python - STK API ]
@property
def HighEndHeading(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.