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




in_layer_or_view
The feature layer or table view to which the selection will be applied. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_layer_or_view As Object _
)
Visual Basic (Usage)Copy Code
Dim in_layer_or_view As Object
 
Dim instance As SelectLayerByAttribute(in_layer_or_view)
C# 
public SelectLayerByAttribute( 
   object in_layer_or_view
)

Parameters

in_layer_or_view
The feature layer or table view to which the selection will be applied. (In, Required)

See Also

© 2010 All Rights Reserved.