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


ITxFeatureClass.IndexFeatureClass2 Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxFeatureClass.IndexFeatureClass2 Method

Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.

[Visual Basic .NET]
Public Sub IndexFeatureClass2 ( _
    ByVal startingTime As Object, _
    ByVal endingTime As Object, _
    ByVal selSet As ISelectionSet, _
    ByVal QueryFilter As IQueryFilter _
)
[C#]
public void IndexFeatureClass2 (
    object startingTime,
    object endingTime,
    ISelectionSet selSet,
    IQueryFilter QueryFilter
);
[C++]
HRESULT IndexFeatureClass2(
  VARIANT startingTime,
  VARIANT endingTime,
  ISelectionSet* selSet,
  IQueryFilter* QueryFilter
);
[C++]

Parameters startingTime [in] startingTime is a parameter of type VARIANT endingTime [in] endingTime is a parameter of type VARIANT selSet [in]
selSet is a parameter of type ISelectionSet QueryFilter [in]
QueryFilter is a parameter of type IQueryFilter

Product Availability

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

See Also

ITxFeatureClass Interface