AGI STK Objects 11 Send comments on this topic.
Boresight Property (IAgSnPtTargeted)
See Also 





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 * pRetVal
);
public: HRESULT put_Boresight(
AgESnPtTrgtBsightType NewBoresight
);

[Java]
public AgESnPtTrgtBsightType getBoresight();public void setBoresight(
AgESnPtTrgtBsightType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1