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




in_layer
The layer containing the features which be evaluated against the Selecting Features. The selection will be applied to this layer. The input can be a layer in the ArcMap table of contents, or a layer created in ArcCatalog or in scripts using the Make Feature Layer tool. The input cannot be the path to a feature class on disk. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_layer
The layer containing the features which be evaluated against the Selecting Features. The selection will be applied to this layer. The input can be a layer in the ArcMap table of contents, or a layer created in ArcCatalog or in scripts using the Make Feature Layer tool. The input cannot be the path to a feature class on disk. (In, Required)

See Also

© 2010 All Rights Reserved.