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




in_cover
The input coverage containing the features that will be selected. (In, Required)
out_cover
The output coverage containing the selected features. (Out, Required)
info_express
Write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms: (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal out_cover As Object, _
   ByVal info_express As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_cover As Object
Dim info_express As Object
 
Dim instance As Reselect(in_cover, out_cover, info_express)
C# 
public Reselect( 
   object in_cover,
   object out_cover,
   object info_express
)

Parameters

in_cover
The input coverage containing the features that will be selected. (In, Required)
out_cover
The output coverage containing the selected features. (Out, Required)
info_express
Write a query that contains one or more logical expressions to select features from the input coverage. Each expression takes one of the following forms: (In, Required)

See Also

© 2010 All Rights Reserved.