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


IMapTableTimeInfo.TrackIDFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapTableTimeInfo.TrackIDFieldName Property

Field that identifies or groups unique objects for which time values are recorded in a table.

[Visual Basic .NET]
Public ReadOnly Property TrackIDFieldName As String
[C#]
public string TrackIDFieldName {get;}
[C++]
HRESULT get_TrackIDFieldName(
  BSTR* TrackIDFieldName
);
[C++]

Parameters TrackIDFieldName [out, retval] TrackIDFieldName is a parameter of type BSTR

Product Availability

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

See Also

IMapTableTimeInfo Interface