The targeted sensor's boresight type, a member of the AgESnPtTrgtBsightType enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property Boresight() As AgESnPtTrgtBsightType |
[C#] |
---|
public AgESnPtTrgtBsightType Boresight {get; set;} |
[Managed C++] |
---|
public: __property AgESnPtTrgtBsightType get_Boresight(); |
[Unmanaged C++] |
---|
public: HRESULT get_Boresight( AgESnPtTrgtBsightType * pVal ); public: HRESULT put_Boresight( AgESnPtTrgtBsightType pVal ); |
[Java] |
---|
public AgESnPtTrgtBsightType getBoresight(); public void setBoresight( AgESnPtTrgtBsightType ); |
[Python - STK API ] |
---|
@property def Boresight(self) -> "AgESnPtTrgtBsightType": @Boresight.setter def Boresight(self, pVal:"AgESnPtTrgtBsightType") -> None: |