Boresight Axis, calculated using the body-fixed coordinates of the sensor's parent object.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoresightAxis() As AgESnAzElBsightAxisType |
[C#] |
---|
public AgESnAzElBsightAxisType BoresightAxis {get; set;} |
[Managed C++] |
---|
public: __property AgESnAzElBsightAxisType get_BoresightAxis(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoresightAxis( AgESnAzElBsightAxisType * pVal ); public: HRESULT put_BoresightAxis( AgESnAzElBsightAxisType pVal ); |
[Java] |
---|
public AgESnAzElBsightAxisType getBoresightAxis(); public void setBoresightAxis( AgESnAzElBsightAxisType ); |
[Python - STK API ] |
---|
@property def BoresightAxis(self) -> "AgESnAzElBsightAxisType": @BoresightAxis.setter def BoresightAxis(self, pVal:"AgESnAzElBsightAxisType") -> None: |