AGI STK Util 11Send comments on this topic.
QueryAzEl Method (IAgOrientation)
See Also
Azimuth
Elevation
AboutBoresight
Windows






Windows & Linux

Description

Helper method to get orientation using the AzEl representation.

Syntax

[Visual Basic .NET]
Public Sub QueryAzEl( _
    ByRef Azimuth As System.Object, _
    ByRef Elevation As System.Object, _
    ByRef AboutBoresight As AgEAzElAboutBoresight _
) As 
[C#]
public void QueryAzEl(
    ref System.Object Azimuth,
    ref System.Object Elevation,
    ref AgEAzElAboutBoresight AboutBoresight
);
[Managed C++]
public: void QueryAzEl(
    VARIANT ^ Azimuth,
    VARIANT ^ Elevation,
    AgEAzElAboutBoresight ^ AboutBoresight
);
[Java]
public void queryAzEl(
    VARIANT Azimuth,
    VARIANT Elevation,
    AgEAzElAboutBoresight AboutBoresight
);
[Unmanaged C++]
public: HRESULT QueryAzEl(
    VARIANT * Azimuth,
    VARIANT * Elevation,
    AgEAzElAboutBoresight * AboutBoresight
);

Parameters

Azimuth
Elevation
AboutBoresight

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.