What is the fastest/cleanest way to get a collection of rows that are selected in a certain layer? For some background, I am trying to hide selected features in a specified layer.
أكثر...
- The solution involving the use of SearchCursor uses the layer name, but my setup may involve duplicate named layers
- Another solution I found copies the selected rows into a new layer, which may be time costly for my setup.
أكثر...