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.
Read-write property
[Visual Basic .NET] |
---|
Public Property SourceID() As Integer |
[C#] |
---|
public int SourceID {get; set;} |
[Managed C++] |
---|
public: __property int get_SourceID(); |
[Unmanaged C++] |
---|
public: HRESULT get_SourceID( long * pVal ); public: HRESULT put_SourceID( long newVal ); |
[Java] |
---|
public int getSourceID(); public void setSourceID( int ); |