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()
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.