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


IMapTableTimeInfo.TrackIDFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeInfo Interface > IMapTableTimeInfo.TrackIDFieldName Property
ArcGIS Developer Help

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(
  System.String* 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