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


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

IGeoProcessor2.Validate Method

Validate the parameters (input) of a tool within the current Geoprocessing session.

[Visual Basic .NET]
Public Function Validate ( _
    ByVal Name As String, _
    ByVal ipValues As IVariantArray, _
    ByVal bUpdateValues As Boolean _
) As IGPMessages
[C#]
public IGPMessages Validate (
    string Name,
    IVariantArray ipValues,
    bool bUpdateValues
);
[C++]
HRESULT Validate(
  BSTR Name,
  IVariantArray* ipValues,
  VARIANT_BOOL bUpdateValues
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR ipValues [in]
ipValues is a parameter of type IVariantArray* bUpdateValues [in]
bUpdateValues is a parameter of type bool

Product Availability

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

See Also

IGeoProcessor2 Interface