This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.ListIndexes Method (ArcObjects .NET 10.5 SDK) |
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 );
Optional Values
[C++]
HRESULT ListIndexes(
VARIANT* pInputValue,
VARIANT* wildCard,
IDispatch** ppDescribe
);
[C++]
Parameters pInputValue [in] pInputValue is a parameter of type VARIANT wildCard [optional] wildCard is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. ppDescribe [out, retval] ppDescribe is a parameter of type IDispatch*