Edit annotations with python

819
2
11-16-2011 09:31 AM
TansaTansa
New Contributor
Hi,

is it possible to move or rotate an annotation feature by editing its shape field using python script ?
Tags (2)
0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor
You can edit the fields 'XOffset', 'YOffset', and 'Angle'.  The X/YOffset field will adjust the position, and the Angle field will adjust the rotation.
0 Kudos
TansaTansa
New Contributor
Thank you for your help JSkinn3

I would like to know if it's also possible to append new annotation with python script by adding new row and updating the shape field with a polygon geometry ?  and if not, how could it be done ?

Any help would be appreciated
0 Kudos