Message 1 of 3
Using API to change property in balloon style
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got a drawing with a part ballooned in it.
What I would like to do is edit the style using the API so that the property in the balloon is pointing to a customer property in that part.
I've tried:
Dim oBalloon As Balloon
For Each oBalloon In oSheet.Balloons
oBalloon.Style.Properties = "customproperty='ITEM#'"
....
This doesn't work. Has anyone got any ideas on how to do this?
Thanks in advance.
Dave Whiteley
Envisage UK Ltd