IAgODProvideTrackingDataLib 13Send comments on this topic.
SaveObs Method (IAgODProvideTrackingData)
See Also
pEnum
append
Windows





Windows & Linux

Description

This method is called to save an enumerated list of observations to the file. The method must cycle through each of the observations in the list and write them out to the tracking data file.

Syntax

[Visual Basic .NET]
Public Function SaveObs( _
    ByVal pEnum As IAgODEnumGenericObs, _
    ByVal append As Boolean _
) As Integer
[C#]
public int SaveObs(
    IAgODEnumGenericObs pEnum,
    bool append
);
[Managed C++]
public: int SaveObs(
    IAgODEnumGenericObs ^ pEnum,
    bool append
);
[Unmanaged C++]
public: HRESULT SaveObs(
    IAgODEnumGenericObs * pEnum,
    VARIANT_BOOL append,
    long * pNumObsSaved
);
[Java]
public int saveObs(
    IAgODEnumGenericObs pEnum,
    bool append
);
[Python - STK API ]
def SaveObs(self, pEnum:"IAgODEnumGenericObs", append:bool) -> int:

Parameters

pEnum
append

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.