STK ObjectsSend comments on this topic.
AboutBoresight Property (IAgSnPtTrgtBsightTrack)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AboutBoresight(
    AgEBoresightType pVal
);
[Java]
public AgEBoresightType getAboutBoresight();
public void setAboutBoresight(
    AgEBoresightType
);
[Python - STK API ]
@property
def AboutBoresight(self) -> "AgEBoresightType":

@AboutBoresight.setter
def AboutBoresight(self, pVal:"AgEBoresightType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.