This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.ValidateExists Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* Exists
);
[C++]
Parameters pGPValue [in]
pGPValue is a parameter of type IGPValue checkDerived [in] checkDerived is a parameter of type VARIANT_BOOL Exists [out, retval] Exists is a parameter of type VARIANT_BOOL