Create Feature Class using ArcPy

596
1
06-09-2014 07:27 AM
MarkWebb
New Contributor II
I have always used ArcMap to create my Feature Classes and publish the feature classes as a Feature service to ArcGIS Server.  Is it possible to automate this process using ArcPy? 

Thanks,
Mark
Tags (2)
0 Kudos
1 Reply
ClintDow
Occasional Contributor
You can use the arcpy.CreateFeatureclass_management method to create a feature class.

Then you can publish to server using Servive Definition Files and the Publishing Toolset.
0 Kudos