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


IGpDispatch.Exists 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.Exists Method
ArcGIS Developer Help

IGpDispatch.Exists Method

Checks if a data element exists.

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

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

Product Availability

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

See Also

IGpDispatch Interface