Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I am working on codes to place balloons on drawings and with the newly added snippet Balloon this is relatively easy.
The issue I am having is the placement of the arrow. As far as i can tell there is no option for the location of the arrow on the surface you are referring to with the GetIntent
Is there someone who can assist me in solving this issue.
The code as I have it right now.
oSP01 = oView.GetIntent(oPart5BN, "TS") BLNUMBER = BLNUMBER + 1 oBalloon = HMTSheet.Balloons.Add(BLNAME & BLNUMBER, {oView.SheetPoint(1.0, 1.5) }, oSP01)
Thank you all so much for your help.
Jarle
Solved! Go to Solution.