Calculates when the primary object can simultaneously acquire all the target objects.

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 Schedule<IEciObject> AcquireAll()
Visual Basic
Public Function AcquireAll As Schedule(Of IEciObject)
Visual C++
public:
Schedule<IEciObject^>^ AcquireAll()

Return Value

A schedule of acquisition time periods.

See Also