Gets the fixed orientation.
Read-write property
[Visual Basic .NET] |
---|
Public Property Orientation() As IAgOrientation |
[C#] |
---|
public IAgOrientation Orientation {get; set;} |
[Managed C++] |
---|
public: __property IAgOrientation ^ get_Orientation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Orientation( IAgOrientation ** ppRetVal ); public: HRESULT put_Orientation( IAgOrientation pOrientation ); |
[Java] |
---|
public IAgOrientation getOrientation(); public void setOrientation( IAgOrientation ); |
[Python - STK API ] |
---|
@property def Orientation(self) -> "IAgOrientation": @Orientation.setter def Orientation(self, pOrientation:"IAgOrientation") -> None: |