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


IDirectData Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDirectData Interface
ArcGIS Developer Help

IDirectData Interface

Provides access to enable direct access to data.

Product Availability

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

Members

Name Description
Method PostMessage All temporal messages enter the temporal feature class environment via this method. It performs validity checks, exclusions, data store purges, pre- and post- actions, and database insertion.
Read/write property PreActionProcessor The action processor that will evaluate the data messages before they are stored. This permits filtering or ignoring messages that the action indicates.
Read/write property PreActions Collection of actions that will be evaluated before data messages are placed in feature class storage.
Method ReadProperties Load an object's properties from a stream.
Method WriteProperties Write the object's properties to a stream.

Classes that implement IDirectData

Classes Description
TemporalFeatureClass (esriTrackingAnalyst) Controls settings for the temporal feature class.