Class to encapsulate satellite azimuth and elevation information at a given moment in time.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public sealed class AzElTime : AzEl
Visual Basic
Public NotInheritable Class AzElTime _
	Inherits AzEl
Visual C++
public ref class AzElTime sealed : public AzEl

Inheritance Hierarchy

System..::..Object
  AzEl
    Zeptomoby.OrbitTools.Track..::..AzElTime

See Also