When the parameter is feature class I can filter the input to polyline only. How to do this when the input is layer file at CURRENT MXD? I'm looking for something that will operate before the script starts running. I'm using Layer file so the user can choose the input from the data frame at the current MXD.
|
Try this:
|
|||||||||
Did this answer by Nxau help you? It's easy to give back. Sign up to get started. | |||||||||
|
if you add any description to your layers, you can use following code:
i hope it helps you... |
|||||
|
try this bit of code within the python window to limit your processing to polyline features only.
|
|||||||||||||
|