Standard constructor.

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 PassSegment(
	AzElTime start,
	AzElTime stop,
	bool isVisible
)
Visual Basic
Public Sub New ( _
	start As AzElTime, _
	stop As AzElTime, _
	isVisible As Boolean _
)
Visual C++
public:
PassSegment(
	AzElTime^ start, 
	AzElTime^ stop, 
	bool isVisible
)

Parameters

start
Type: Zeptomoby.OrbitTools.Track..::..AzElTime
The segment start time, in minutes-past-epoch.
stop
Type: Zeptomoby.OrbitTools.Track..::..AzElTime
The segment stop time, in minutes-past-epoch.
isVisible
Type: System..::..Boolean
If true, indicates the satellite is visible during the segment.

See Also