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


IGPUtilities.ValidateExists 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.ValidateExists Method
ArcGIS Developer Help

IGPUtilities.ValidateExists Method

Verifies that the data referenced by the given geoprocessing value object exists.

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

pGPValue is a parameter of type IGPValue* checkDerived [in]
checkDerived is a parameter of type bool

Product Availability

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

See Also

IGPUtilities Interface