Trk234File.GetAllObservations(List<DSNObservation>) Method

Top 

Description

Retrieves all observations from the TrackingDataFile and stores them in a List<Observation>. Any current observations held by the OD Observation object will be overwritten by the GetAllObservations() method.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Trk234File.GetAllObservations(

List<DSNObservation> dsnObservations)

 

 

Arguments

dsnObservations


Description:

The List of DSNObservation to be populated with data.

 

 

 

Return Value

Type:

number

 

 

Returns the number of observations in the TrackingDataFile.

 

Syntax

myVariable1 = myTrk234File1.GetAllObservations(myListOfDSNObservation1);

 

 

See also

Trk234File Object