Returns a string representation of the object's state.

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

Parameters

showElevation
Type: System..::..Boolean

[Missing <param name="showElevation"/> documentation for "M:Zeptomoby.OrbitTools.Track.PassSegment.ToString(System.Boolean,System.Boolean)"]

degrees
Type: System..::..Boolean

[Missing <param name="degrees"/> documentation for "M:Zeptomoby.OrbitTools.Track.PassSegment.ToString(System.Boolean,System.Boolean)"]

Return Value

The formatted string.

See Also