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


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

ITxFeatureClass Interface

Provides access to tracking feature class.

Product Availability

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

Members

Name Description
Read/write property CachingMode The feature class caching mode.
Read/write property EndTimeFieldName The feature end time field name.
Read/write property FeatureClass The internal feature class.
Method IndexFeatureClass2 Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.
Method RebuildIndex Re-build the temporal index and cache, according to the ITxFeatureClass properties.
Read/write property StartTimeFieldName The feature start time field name.
Read/write property TimeFieldAmFormat Custom string representation of the AM symbol.
Read/write property TimeFieldFormat The format used to parse time fields.
Read/write property TimeFieldLocaleID Language identifier to be used when parsing time fields from a custom time string.
Read/write property TimeFieldPmFormat Custom string representation of the PM symbol.
Read/write property TrackIDFieldName The name of the field used to group features into tracks.

Classes that implement ITxFeatureClass

Classes Description
TemporalRecordSet (esriTrackingAnalyst) Defines the COM coclass for the TemporalRecordSet COM object.