Calculates when the primary object can acquire any object in the list of targets.

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

Return Value

A schedule of acquisition time periods.

See Also