AGI STK Util 11 Send comments on this topic.
AboutBoresight Property (IAgOrientationAzEl)
See Also 





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 * pRetVal
);
public: HRESULT put_AboutBoresight(
AgEAzElAboutBoresight NewAboutBoresight
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1