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




Determines how the selection will be applied to the input, and how to combine with an existing selection. Note that there is no option here to clear an existing selection. To clear a selection use the CLEAR_SELECTION option on the Select Layer By Attribute Tool. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property selection_type As String
Visual Basic (Usage)Copy Code
Dim instance As SelectLayerByLocation
Dim value As String
 
instance.selection_type = value
 
value = instance.selection_type
C# 
public string selection_type {get; set;}

See Also

© 2010 All Rights Reserved.