STK AviatorSend comments on this topic.
Orientation Property (IAgAvtrProcedureParallelFlightLine)
See Also
Windows





Windows & Linux

Description

Gets or sets the placement of the procedure with respect to the previous flight line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Orientation() As AgEAvtrLineOrientation
[C#]
public AgEAvtrLineOrientation Orientation {get; set;}
[Managed C++]
public: __property AgEAvtrLineOrientation get_Orientation();
public: __property void set_Orientation( AgEAvtrLineOrientation );
[Unmanaged C++]
public: HRESULT get_Orientation(
    AgEAvtrLineOrientation * pVal
);
public: HRESULT put_Orientation(
    AgEAvtrLineOrientation newVal
);
[Java]
public AgEAvtrLineOrientation getOrientation();
public void setOrientation(
    AgEAvtrLineOrientation
);
[Python - STK API ]
@property
def Orientation(self) -> "AgEAvtrLineOrientation":

@Orientation.setter
def Orientation(self, newVal:"AgEAvtrLineOrientation") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.