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





Description

Measured in the XY plane of the parent reference frame about its Z axis in the right-handed sense for both vehicle-based sensors and facility-based sensors. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Azimuth() As System.Object

[C#]
public System.Object Azimuth {get; set;}

[Managed C++]
public: __property VARIANT get_Azimuth();
public: __property void set_Azimuth(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Azimuth(
VARIANT * pRetVal
);
public: HRESULT put_Azimuth(
VARIANT NewAzimuth
);

[Java]
public Variant getAzimuth();public void setAzimuth(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1