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


IGPUtilities.GetFields Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.GetFields Method

Returns a collection of field objects contained in the given geoprocessing value object.

[Visual Basic .NET]
Public Function GetFields ( _
    ByVal pValue As IGPValue _
) As IFields
[C#]
public IFields GetFields (
    IGPValue pValue
);
[C++]
HRESULT GetFields(
  IGPValue* pValue
);
[C++]

Parameters pValue [in]
pValue is a parameter of type IGPValue*

Product Availability

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

See Also

IGPUtilities Interface