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


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

ITemporalObjectTable.TrackingColumnName Property

The column name used to 'join' the temporal observations with static features. Note, the column can only contain strings or numbers.

[Visual Basic .NET]
Public ReadOnly Property TrackingColumnName As String
[C#]
public string TrackingColumnName {get;}
[C++]
HRESULT get_TrackingColumnName(
  System.String* pbstrColumnName
);
[C++]
Parameters
pbstrColumnName [out, retval]

pbstrColumnName is a parameter of type BSTR*

Product Availability

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

See Also

ITemporalObjectTable Interface