ArcObjects Library Reference (Geoprocessing)  

IGpEnumObject.SetFields Method

Sets the fields to be used when creating cursors.

[Visual Basic .NET]
Public Sub SetFields ( _
    ByVal Fields As IFields, _
    ByVal wildCard As String, _
    ByVal FieldType As String _
)
[C#]
public void SetFields (
    IFields Fields,
    string wildCard,
    string FieldType
);
[C++]
HRESULT SetFields(
  IFields* Fields,
  BSTR wildCard,
  BSTR FieldType
);
[C++]

Parameters

Fields [in]

  Fields is a parameter of type IFields

wildCard [in]   wildCard is a parameter of type BSTR FieldType [in]   FieldType is a parameter of type BSTR

Product Availability

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

See Also

IGpEnumObject Interface