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


IDEUtilities.Exists Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.Exists Method
ArcGIS Developer Help

IDEUtilities.Exists Method

Checks if a data element exists.

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

pGPValue is a parameter of type IGPValue*

Product Availability

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

See Also

IDEUtilities Interface