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




in_base_tin
The Input Base Tin is compared with the Input Test Tin. Input Base Tin refers to data that you have declared valid. This base data has the correct geometry, tag values (if any), and spatial reference. (In, Required)
in_test_tin
The Input Test Tin is compared against the Input Base Tin. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_base_tin As Object, _
   ByVal in_test_tin As Object _
)
Visual Basic (Usage)Copy Code
Dim in_base_tin As Object
Dim in_test_tin As Object
 
Dim instance As TINCompare(in_base_tin, in_test_tin)
C# 
public TINCompare( 
   object in_base_tin,
   object in_test_tin
)

Parameters

in_base_tin
The Input Base Tin is compared with the Input Test Tin. Input Base Tin refers to data that you have declared valid. This base data has the correct geometry, tag values (if any), and spatial reference. (In, Required)
in_test_tin
The Input Test Tin is compared against the Input Base Tin. (In, Required)

See Also

© 2010 All Rights Reserved.