ESRI.ArcGIS.DataManagementTools
out_dataset Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > FindIdentical Class : out_dataset Property




The output table reporting any identical records. This table will have the same number of records as the input dataset and will contain two fields: IN_FID and FEAT_SEQ. Identical records have the same FEAT_SEQ value. (Out, Required)

Syntax

Visual Basic (Declaration) 
Public Property out_dataset As Object
Visual Basic (Usage)Copy Code
Dim instance As FindIdentical
Dim value As Object
 
instance.out_dataset = value
 
value = instance.out_dataset
C# 
public object out_dataset {get; set;}

See Also

© 2010 All Rights Reserved.