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 > IGpEnumObject Interface > IGpEnumObject.SetIndexes Method (ArcObjects .NET 10.5 SDK) |
Sets the indexes to be used when creating cursors.
[Visual Basic .NET] Public Sub SetIndexes ( _ ByVal indexes As IIndexes, _ ByVal wildCard As String _ )
[C#] public void SetIndexes ( IIndexes indexes, string wildCard );
[C++]
HRESULT SetIndexes(
IIndexes* indexes,
BSTR wildCard
);
[C++]
Parameters indexes [in]
indexes is a parameter of type IIndexes wildCard [in] wildCard is a parameter of type BSTR