This document is archived and information here might be outdated.  Recommended version.


ITemporalObservationsTable2.TrackingColumnIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalObservationsTable2 Interface > ITemporalObservationsTable2.TrackingColumnIndex Property
ArcGIS Developer Help

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