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


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

ITemporalRecordSet.IndexFeatureClass Method

Re-builds the temporal index and caches features based on the supplied temporal parameters.

[Visual Basic .NET]
Public Sub IndexFeatureClass ( _
    ByVal cacheStartingTime As Object, _
    ByVal cacheEndingTime As Object, _
    ByVal selSet As ISelectionSet, _
    ByVal QueryFilter As IQueryFilter, _
    ByVal localeLanguageID As Integer, _
    ByVal dateFormat As String, _
    ByVal timeFormat As String, _
    ByVal amDesignator As String, _
    ByVal pmDesignator As String _
)
[C#]
public void IndexFeatureClass (
    object cacheStartingTime,
    object cacheEndingTime,
    ISelectionSet selSet,
    IQueryFilter QueryFilter,
    int localeLanguageID,
    string dateFormat,
    string timeFormat,
    string amDesignator,
    string pmDesignator
);
[C++]
HRESULT IndexFeatureClass(
  VARIANT cacheStartingTime,
  VARIANT cacheEndingTime,
  ISelectionSet* selSet,
  IQueryFilter* QueryFilter,
  long localeLanguageID,
  BSTR dateFormat,
  BSTR timeFormat,
  BSTR amDesignator,
  BSTR pmDesignator
);
[C++]
Parameters
cacheStartingTime [in]

cacheStartingTime is a parameter of type VARIANT cacheEndingTime [in]
cacheEndingTime is a parameter of type VARIANT selSet [in]
selSet is a parameter of type ISelectionSet* QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter* localeLanguageID [in]
localeLanguageID is a parameter of type long dateFormat [in]
dateFormat is a parameter of type BSTR timeFormat [in]
timeFormat is a parameter of type BSTR amDesignator [in]
amDesignator is a parameter of type BSTR pmDesignator [in]
pmDesignator is a parameter of type BSTR

Product Availability

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

See Also

ITemporalRecordSet Interface