70002362 I wish to have the Burst command

Article 70002362
Type Wish
Product Engine
Version 1004
Date Added 6/1/2023 12:00:00 AM
Fixed 10.1005.0.1 (9/8/2023 12:00:00 AM)
Submitted by Makarounis

Summary

I wish to have the Burst command.

Solution

In version 1005 we added the Burst command to the Document's CommandLine like below.

summary> Explodes selected Inserts , preserving the block layer and converting attribute values to text objects.
param name="SelSet">A vdSelection of vdFigure objects or "USER"/null so the user picks the objects to the screen.
returns>True if the command was succesfull.
remarks>Raizes the , and/or events with "CmdExplode" action name.
public bool CmdBurst(object SelSet)

The main difference of BURST command and EXPLODE command is that with Burst vdAttribDef objects are converted to vdText objects maintaining their string values.

Send comments on this topic.