Get the orbit orientation.
Read-only property
[Visual Basic .NET] |
---|
Public Property Orientation() As IAgClassicalOrientation |
[C#] |
---|
public IAgClassicalOrientation Orientation {get;} |
[Managed C++] |
---|
public: __property IAgClassicalOrientation ^ get_Orientation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Orientation( IAgClassicalOrientation ** ppVal ); |
[Java] |
---|
public IAgClassicalOrientation getOrientation(); |
[Python - STK API ] |
---|
@property def Orientation(self) -> "IAgClassicalOrientation": |