IAgODProvideTrackingDataLib 13Send comments on this topic.
SourceID Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

A long integer id which is passed through estimation processes in ODTK and exposed via the filter and least squares output files. Typically used to simply the identification of residuals as being associated with specific tracking passes, etc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SourceID() As Integer
[C#]
public int SourceID {get; set;}
[Managed C++]
public: __property int get_SourceID();
public: __property void set_SourceID( int );
[Unmanaged C++]
public: HRESULT get_SourceID(
    long * pVal
);
public: HRESULT put_SourceID(
    long newVal
);
[Java]
public int getSourceID();
public void setSourceID(
    int
);
[Python - STK API ]
@property
def SourceID(self) -> int:

@SourceID.setter
def SourceID(self, newVal:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.