I am trying to access an existing graph in an ArcMap document with arcpy. I know how to create a new graph with arcpy, but I cannot seem to figure out how to access an existing graph in an ArcMap document with a standalone ar
asked Oct 5, 2011 at 22:36
1 Answer 1
Unfortunately arcpy does not have the ability to modify an existing graph through the API, just create new ones using MakeGraph_management.
-
1I think @Guddie has answered this question so I recommend acceptance of his answer.2012年02月02日 10:14:19 +00:00Commented Feb 2, 2012 at 10:14
lang-py