IAgODProvideTrackingDataLib 13Send comments on this topic.
Reset Method (IAgODProvideTrackingData)
See Also
Windows





Windows & Linux

Description

This method is called to reset the file pointer back to the beginning of the tracking data file. ODTK may read a tracking data file more than once depending on what type of processing you are doing (e.g., suppose you run an IOD, then least squares, then the filter). Typically this is done using a fseek (or equivalent call) to reposition the file pointer.

Syntax

[Visual Basic .NET]
Public Sub Reset()
[C#]
public void Reset();
[Managed C++]
public: void Reset();
[Unmanaged C++]
public: HRESULT Reset();
[Java]
public void reset();
[Python - STK API ]
def Reset(self) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.