The orientation of the antenna's X and Y axes with respect to the parent's reference frame. (The Z axis always coincides with its boresight direction and is unambiguously defined by the azimuth and elevation.
Read-write property
[Visual Basic .NET] |
---|
Public Property AboutBoresight() As AgEBoresightType |
[C#] |
---|
public AgEBoresightType AboutBoresight {get; set;} |
[Managed C++] |
---|
public: __property AgEBoresightType get_AboutBoresight(); |
[Unmanaged C++] |
---|
public: HRESULT get_AboutBoresight( AgEBoresightType * pVal ); public: HRESULT put_AboutBoresight( AgEBoresightType pVal ); |
[Java] |
---|
public AgEBoresightType getAboutBoresight(); public void setAboutBoresight( AgEBoresightType ); |
[Python - STK API ] |
---|
@property def AboutBoresight(self) -> "AgEBoresightType": @AboutBoresight.setter def AboutBoresight(self, pVal:"AgEBoresightType") -> None: |