Gets or sets the placement of the procedure with respect to the previous flight line.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Orientation() As AgEAvtrLineOrientation |
| [C#] |
|---|
public AgEAvtrLineOrientation Orientation {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrLineOrientation get_Orientation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrLineOrientation getOrientation(); public void setOrientation( AgEAvtrLineOrientation ); |
[Python - STK API ] |
|---|
@property def Orientation(self) -> "AgEAvtrLineOrientation": @Orientation.setter def Orientation(self, newVal:"AgEAvtrLineOrientation") -> None: |






