![]() |
This document is archived and information here might be outdated. Recommended version. |
Returns a collection of indexes in the given table/feature class based on a query string and type.
[Visual Basic .NET] Public Function ListIndexes ( _ ByRef pInputValue As Object, _ [ByRef wildCard As Object] _ ) As Object
[C#] public object ListIndexes ( ref object pInputValue, ref object wildCard );
[C++]
HRESULT ListIndexes(
Variant* pInputValue,
Variant* wildCard
);
[C++]
Parameters pInputValue [in]
pInputValue is a parameter of type VARIANT* wildCard [in, optional]
wildCard is a parameter of type VARIANT*