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


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

IGPUtilities.FieldExists Method

Returns whether the given field exists within the given geoprocessing value object.

[Visual Basic .NET]
Public Function FieldExists ( _
    ByVal pGPValue As IGPValue, _
    ByVal pField As IField _
) As Boolean
[C#]
public bool FieldExists (
    IGPValue pGPValue,
    IField pField
);
[C++]
HRESULT FieldExists(
  IGPValue* pGPValue,
  IField* pField
);
[C++]
Parameters
pGPValue [in]

pGPValue is a parameter of type IGPValue* pField [in]
pField is a parameter of type IField*

Product Availability

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

See Also

IGPUtilities Interface