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 AgEAzElAboutBoresight
);
[Java]
public AgEAzElAboutBoresight getAboutBoresight();
public void setAboutBoresight(
    AgEAzElAboutBoresight
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.