ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalObservationsTable2.TrackingColumnIndex Property

Receives the column index of the Track ID.

[Visual Basic .NET]
Public WriteOnly Property TrackingColumnIndex
[C#]
public void TrackingColumnIndex {set;}
[C++]
HRESULT put_TrackingColumnIndex(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalObservationsTable2 Interface