ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.GetFields Method

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

[Visual Basic 6.0]
Function GetFields(
    ByVal pValue As IGPValue _
) As IFields
[Visual Basic .NET]
Public Function GetFields ( _
    ByVal pValue As IGPValue _
) As IFields
[C#]
public IFields GetFields (
    IGPValue pValue
);
[Java]
public IFields getFields (
    IGPValue pValue
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetFields(
  IGPValue* pValue,
  IFields** ppFields
);
[C++]

Parameters

pValue [in]

  pValue is a parameter of type IGPValue

ppFields [out, retval]

  ppFields is a parameter of type IFields

Product Availability

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

See Also

IGPUtilities Interface

 


Feedback Send feedback on this page