STK ObjectsSend comments on this topic.
Boresight Property (IAgSnPtTargeted)
See Also
Windows





Windows & Linux

Description

The targeted sensor's boresight type, a member of the AgESnPtTrgtBsightType enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Boresight() As AgESnPtTrgtBsightType
[C#]
public AgESnPtTrgtBsightType Boresight {get; set;}
[Managed C++]
public: __property AgESnPtTrgtBsightType get_Boresight();
public: __property void set_Boresight( AgESnPtTrgtBsightType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.