I am attempting to create a python script with inputs from the parcel fabric. I am not sure if this is possible, because I am already having trouble with the most basic of functions.
does not work. These is no error message returned, but no Parcels are selected.
Similarly, the Select Layer by Location tool in the Data Management toolbox does not work.
Attachment 32451
However, the Select by Location menu option from the ArcMap Selection menu does work.
Attachment 32452
Can anyone tell me what the difference is between these tools that would cause one to actually select Parcels, but not the other? Is there any way to change my Python code so that it will work, or should I just give up now? I was hoping to do more complicated things with the Parcels later.
Code:
arcpy.SelectLayerByLocation_management(r"NewFabric\Parcels","HAVE_THEIR_CENTER_IN","Subdivision")
Similarly, the Select Layer by Location tool in the Data Management toolbox does not work.
Attachment 32451
However, the Select by Location menu option from the ArcMap Selection menu does work.
Attachment 32452
Can anyone tell me what the difference is between these tools that would cause one to actually select Parcels, but not the other? Is there any way to change my Python code so that it will work, or should I just give up now? I was hoping to do more complicated things with the Parcels later.