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


IGpEnumObject.SetIndexes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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