Formats a string to contain the time, azimuth, and elevation.

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 override string ToString(
	bool showElevation,
	bool degrees
)
Visual Basic
Public Overrides Function ToString ( _
	showElevation As Boolean, _
	degrees As Boolean _
) As String
Visual C++
public:
virtual String^ ToString(
	bool showElevation, 
	bool degrees
) override

Parameters

showElevation
Type: System..::..Boolean
If true, elevation information is included in the returned string.
degrees
Type: System..::..Boolean
If true, units are in degrees, else radians.

Return Value

The formatted string.

See Also