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




in_info_table
The INFO table containing the items to be dropped. (In, Required)
out_info_table
The INFO table to be created. (Out, Required)
drop_item
The item or items to be dropped from the input table. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_info_table As Object, _
   ByVal out_info_table As Object, _
   ByVal drop_item As Object _
)
Visual Basic (Usage)Copy Code
Dim in_info_table As Object
Dim out_info_table As Object
Dim drop_item As Object
 
Dim instance As DropItem(in_info_table, out_info_table, drop_item)
C# 
public DropItem( 
   object in_info_table,
   object out_info_table,
   object drop_item
)

Parameters

in_info_table
The INFO table containing the items to be dropped. (In, Required)
out_info_table
The INFO table to be created. (Out, Required)
drop_item
The item or items to be dropped from the input table. (In, Required)

See Also

© 2010 All Rights Reserved.