Execute Auto Balloon via VB.NET

I am unable to write a code in VB.NET to execute "Auto Balloon" command.

As this function is not supported to be recorded as journal kindly direct me how to achieve "Auto Balloon" using VB.NET.

You'll want to use the Parts list .AddObject method; the function will autoballoon the drafting view that you pass to it.

theUfSession.Plist.AddObject(Plist.Tag, FALSE, DraftingView.Tag)

Tried the same query in GTAC. Those guys have sent me a cart full of C++ code.

You guys are awesome.

Even I'm trying generate auto balloon.The code which you got from GTAC, Can you share with me please.
Thank you.