Hello Everyone!

Quick question: Is there an easy way to convert
Code:
(foreach obj (vlax-invoke tmp 'explode))
to
Code:
(foreach obj (vlax-invoke tmp 'burst))
Or something that effectively does the same? I know I can't use the ET commands right out of the box, but I'm not sure how/if I can use it like the above.

Thank You,

-stu