AGI STK Objects 11 Send comments on this topic.
Azimuth Property (IAgOrbitStateMixedSpherical)
See Also 





Description

Azimuth the angle in the satellite local horizontal plane between the projection of the inertial velocity vector onto this plane and the local north direction measured as positive in the clockwise direction.

Property type

Read-write property

Syntax

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

[C#]
public double Azimuth {get; set;}

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1