Determines orientation of the X and Y axes with respect to the parent's reference frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property AboutBoresight() As AgEAzElAboutBoresight |
[C#] |
---|
public AgEAzElAboutBoresight AboutBoresight {get; set;} |
[Managed C++] |
---|
public: __property AgEAzElAboutBoresight get_AboutBoresight(); |
[Unmanaged C++] |
---|
public: HRESULT get_AboutBoresight( AgEAzElAboutBoresight * pVal ); public: HRESULT put_AboutBoresight( AgEAzElAboutBoresight AboutBoresight ); |
[Java] |
---|
public AgEAzElAboutBoresight getAboutBoresight(); public void setAboutBoresight( AgEAzElAboutBoresight ); |
[Python - STK API ] |
---|
@property def AboutBoresight(self) -> "AgEAzElAboutBoresight": @AboutBoresight.setter def AboutBoresight(self, AboutBoresight:"AgEAzElAboutBoresight") -> None: |