Add drawing iproperty as a prefix to balloon

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
Im trying to add a prefix to balloons. I would like to add the drawing number of the 'active drawing' as the prefix. (The drawing number is an iproperty in the drawing file)
I have looked through the balloon styles etc. and you can add other information to balloons but I think it is only model related information, i.e....information that is only in the properties of the model files and not in the drawing file. I could manually enter the drawing number, into a the ballooned parts iproperty, of the drawing that each part appears on but this would be time consuming.
If I logic is the answer I think the code would need to:
copy the drawing number of the drawing file (iproperties value 'title') to an iproperties value of all the ballooned parts. (doesn't matter what iproperties value)
If I could get this to work then I can edit the balloon styles to display the number AND the iproperties value in every part that now contains the drawing number.
Thanks,
Sandy