AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_Boresight(
   AgESnPtTrgtBsightType NewBoresight
);
[Java]
public AgESnPtTrgtBsightType getBoresight();
public void setBoresight(
   AgESnPtTrgtBsightType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.