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


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

IGpDispatch.ListFields Method

Returns a collection of fields in the given table/feature class based on a query string and type.

[Visual Basic .NET]
Public Function ListFields ( _
    ByRef pInputValue As Object, _
    [ByRef wildCard As Object], _
    [ByRef FieldType As Object] _
) As Object
[C#]
public object ListFields (
    ref object pInputValue,
    ref object wildCard,
    ref object FieldType
);
[C++]
HRESULT ListFields(
  Variant* pInputValue,
  Variant* wildCard,
  Variant* FieldType
);
[C++]
Parameters
pInputValue [in]

pInputValue is a parameter of type VARIANT* wildCard [in, optional]
wildCard is a parameter of type VARIANT* FieldType [in, optional]
FieldType is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface