Create new label classes with Arcpy

800
1
10-31-2012 02:28 PM
Status: Open
Labels (1)
GusMartinka
Occasional Contributor

Add the ability to create a new label class to arcpy labelClass. Changing label classes is nice but creating new ones is needed.

1 Comment
ColinLang1

All they need to do is make sure arcpy.mapping.labelClasses can use the append() method for lists, and it's problem solved.  They had to have specifically removed this ability, as a list structure has it by default, so it's just a matter of removing the code that removed the ability.  I don't know why they ever took that out.  It's just not logical.