Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PdXSM: How do i create a new annotation?

12 views
Skip to first unread message

lis.ch...@gmail.com

unread,
Mar 7, 2013, 8:57:41 AM3/7/13
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...

0 new messages