ArcObjects Library Reference (TrackingAnalyst)  

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. Requires Tracking Analyst Extension.

See Also

ITemporalRecordSet Interface