AGI STK Objects 11 Send comments on this topic.
AboutBoresight Property (IAgSnPtTrgtBsightTrack)
See Also 





Description

The orientation of the antenna's X and Y axes with respect to the parent's reference frame. (The Z axis always coincides with its boresight direction and is unambiguously defined by the azimuth and elevation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AboutBoresight() As AgEBoresightType

[C#]
public AgEBoresightType AboutBoresight {get; set;}

[Managed C++]
public: __property AgEBoresightType get_AboutBoresight();
public: __property void set_AboutBoresight(
AgEBoresightType
);

[Unmanaged C++]
public: HRESULT get_AboutBoresight(
AgEBoresightType * pRetVal
);
public: HRESULT put_AboutBoresight(
AgEBoresightType NewAboutBoresight
);

[Java]
public AgEBoresightType getAboutBoresight();public void setAboutBoresight(
AgEBoresightType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1