lis.ch...@gmail.com
unread,Mar 7, 2013, 8:57:41 AM3/7/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In VB script (in extended definition of model):
I would like to create a new annotation in any attributes. The type of annotation is 'documentation'. But i don't know how to write it...
for each attrAMC in target.attributes
for each AnnotItem in attrAMC.AnnotationObject.items
set docu = attrAMC.AnnotationObject.items.createnew() -> not good
set docu = AnnotItem.ceatenew() ->not good
next
next
Can you help me?
Sorry for my aproximative english, i'm french, sorry...