Constructor used for satellite-to-site acquisition.
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public Acquire(
Satellite primary,
IList<Site> targets,
DateTime t1,
DateTime t2
) |
Visual Basic |
---|
Public Sub New ( _
primary As Satellite, _
targets As IList(Of Site), _
t1 As DateTime, _
t2 As DateTime _
) |
Visual C++ |
---|
public:
Acquire(
Satellite^ primary,
IList<Site^>^ targets,
DateTime t1,
DateTime t2
) |
Parameters
- primary
- Type: Satellite
The primary satellite.
- targets
- Type: System.Collections.Generic..::..IList<(Of <(<'Site>)>)>
The target earth sites.
- t1
- Type: System..::..DateTime
The start time.
- t2
- Type: System..::..DateTime
The stop time.
See Also