gp.workspace = featuredataset FCs = gp.listdatasets() FC = FCs.next() while FC: print FC FC = FCs.next()
gp.workspace = featuredataset FCs = gp.listfeatureclasses() FC = FCs.next() while FC: print FC FC = FCs.next()
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.