ESRI.ArcGIS.Geoprocessor
Exists Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : Exists Method




inputValue
dataType

Test the existence of a given parameter value (GPValue or catalog path) the type of the data is optional.

Syntax

Visual Basic (Declaration) 
Public Function Exists( _
   ByVal inputValue As Object, _
   ByRef dataType As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim inputValue As Object
Dim dataType As Object
Dim value As Boolean
 
value = instance.Exists(inputValue, dataType)
C# 
public bool Exists( 
   object inputValue,
   ref object dataType
)

Parameters

inputValue
dataType

See Also

© 2010 All Rights Reserved.