>>> import arcpy >>> arcpy.env.workspace = "Q:\Applications\GIS\BGale\AddToSDE.gdb" >>> fcList = arcpy.ListFeatureClasses() >>> print fcList [u'Grid_DetailedMaps', u'Grid_Original', u'RightOfWays_StreetDisplay', u'RoadMedians', u'CensusZipCodes_Edited_ClippedToCityLimit']
>>> path = r"c:\temp\scratch.gdb" >>> print path c:\temp\scratch.gdb >>> path = "c:\temp\scratch.gdb" >>> print path c: emp\scratch.gdb
print "Hello\nWorld"
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.