This document is archived and information here might be outdated. Recommended version. |
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*