Hi, everyone!
I'm not good at English. sorry.
Please teach me your skills.
I want to acquire AutoBalloonOptions of drawing template (.DRWDOT) at once.
(tools>options>document properties>Annotations>Ballons)
I know that option values can be obtained one at a time.
For example...
boolstatus = Part.Extension.SetUserPreferenceDouble (swUserPreferenceDoubleValue_e.swDetailingBOMBalloonCustomSize, 0, 0.00300000000000000000062)
but, I want to acquire it in units of AutoBalloonOptions if possible.
I also know that it can be set at once with Create.
Is there an API to be acquired at one time?
================
2018 SOLIDWORKS API Help - Add Auto Balloons to Drawing Example (VBA)
autoballoonParams.◯◯ = △△ ......
vNotes = obj.AutoBalloon5(autoballoonParams)
================
Please tell me!
SolidworksApi macros