ESRI.ArcGIS.DataManagementTools
FileCompare Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > FileCompare Class > FileCompare Constructor : FileCompare Constructor(Object,Object)




in_base_file
The Input Base File is compared with the Input Test File. The Input Base File refers to afile that you have declared valid. This base file has the correct content and information. (In, Required)
in_test_file
The Input Test File is compared against the Input Base File. The Input Test File refers to afile that you have made changes to by editing or compiling new information. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_base_file As Object, _
   ByVal in_test_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_base_file As Object
Dim in_test_file As Object
 
Dim instance As FileCompare(in_base_file, in_test_file)
C# 
public FileCompare( 
   object in_base_file,
   object in_test_file
)

Parameters

in_base_file
The Input Base File is compared with the Input Test File. The Input Base File refers to afile that you have declared valid. This base file has the correct content and information. (In, Required)
in_test_file
The Input Test File is compared against the Input Base File. The Input Test File refers to afile that you have made changes to by editing or compiling new information. (In, Required)

See Also

© 2010 All Rights Reserved.