STK UtilSend comments on this topic.
AboutBoresight Property (IAgOrientationAzEl)
See Also
Windows





Windows & Linux

Description

Determines orientation of the X and Y axes with respect to the parent's reference frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AboutBoresight() As AgEAzElAboutBoresight
[C#]
public AgEAzElAboutBoresight AboutBoresight {get; set;}
[Managed C++]
public: __property AgEAzElAboutBoresight get_AboutBoresight();
public: __property void set_AboutBoresight( AgEAzElAboutBoresight );
[Unmanaged C++]
public: HRESULT get_AboutBoresight(
    AgEAzElAboutBoresight * pVal
);
public: HRESULT put_AboutBoresight(
    AgEAzElAboutBoresight AboutBoresight
);
[Java]
public AgEAzElAboutBoresight getAboutBoresight();
public void setAboutBoresight(
    AgEAzElAboutBoresight
);
[Python - STK API ]
@property
def AboutBoresight(self) -> "AgEAzElAboutBoresight":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.