GetBalloonOptions() alternative?

Programming and macros
User avatar
loeb
Posts: 69
Joined: Sun Jan 16, 2022 5:55 pm
Answers: 1
x 39
x 10

GetBalloonOptions() alternative?

Unread post by loeb »

I'm writing some code to manipulate BOM Balloons. Getting the following balloon properties is straightforward using "Get" statements.
(Style, Size, UpperTextStyle, UpperText, LowerTextStyle, LowerText)

But when it comes to getting the following properties
(CustomSize, ShowQuantity, QuantityPlacement, QuantityDenotationText, QuantityDistance)
it seems that I need to use the GetBalloonOptions() method. I'm running SW2022 and it looks like that method is not available until SW2023.

Is there a different way I can get those properties?

Thanks
Post Reply