Quantcast
Channel: Forums - ArcGIS for Desktop - General
Viewing all articles
Browse latest Browse all 2565

Batch File to add numerous features

$
0
0
I am looking for somethign like a batch command to add multiple features.

I have 2500 individual filegeodatabases which contain 2 feature datasets. In one of the dataset are three features. I want one of them to be added to an ArcMap.

Each of the filegeodatabases are structured exactly the same and the features all have the same name. The databases each have unique names.
I found some python options and I think I should be able to create a script in word that I can paste into the phyton window and hopefully do it. I did find one but it didnt' work

addLayer = arcpy.mapping.layer (r"C:\GRE_GIS\GRESlopeDevelopment\Files\1926-31-22.gdb\Contour_Data\Contours)

Contour data is the name of the feature dataset and contours is the name of the feature

Viewing all articles
Browse latest Browse all 2565

Trending Articles