ESRI.ArcGIS.Geoprocessor
Validate(IGPProcess,Boolean) Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class > Validate Method : Validate(IGPProcess,Boolean) Method




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

Syntax

Visual Basic (Declaration) 
Public Overloads Function Validate( _
   ByVal process As IGPProcess, _
   ByVal updateValues As Boolean _
) As IGPMessages
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim process As IGPProcess
Dim updateValues As Boolean
Dim value As IGPMessages
 
value = instance.Validate(process, updateValues)
C# 
public IGPMessages Validate( 
   IGPProcess process,
   bool updateValues
)

Parameters

process
updateValues

See Also

© 2010 All Rights Reserved.