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


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

ITemporalFeature Interface

Provides access to properties specifying the temporal feature type.

Product Availability

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

Members

Name Description
Read-only property Class The Object Class for the row.
Method Delete Deletes the row.
Read-only property Extent The extent of the feature.
Read-only property FeatureType The type of the feature.
Read-only property Fields The fields Collection for this row buffer.
Read-only property HasOID Indicates if the row has an OID.
Read-only property OID The OID for the row.
Read/write property Shape A reference to the default shape for the feature.
Read-only property ShapeCopy A cloned copy of the default shape for the feature.
Method Store Stores the row.
Read-only property Table The Table for the row.
Read-only property TemporalFeatureType Specifies the type of feature used in a temporal workspace.
Read/write property Value The value of the field with the specified index.

Inherited Interfaces

Interfaces Description
IFeature Provides access to members that return and set properties of a feature.
IObject Provides access to the class the row belongs to.
IRow Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowBuffer Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Classes that implement ITemporalFeature

Classes Description
TemporalFeature (esriTrackingAnalyst) Controls properties of the Temporal Feature object.