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


IGpEnumObject.SetIndexes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpEnumObject Interface > IGpEnumObject.SetIndexes Method
ArcGIS Developer Help

IGpEnumObject.SetIndexes Method

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

Product Availability

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

See Also

IGpEnumObject Interface