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++] |
|---|
|
| [Java] |
|---|
public AgESnPtTrgtBsightType getBoresight(); public void setBoresight( AgESnPtTrgtBsightType ); |
[Python - STK API ] |
|---|
@property def Boresight(self) -> "AgESnPtTrgtBsightType": @Boresight.setter def Boresight(self, pVal:"AgESnPtTrgtBsightType") -> None: |






