ungroupGraphic

Syntax

<Path>.ungroupGraphic

The method ungroupGraphic ungroups the designated group of graphics of the graphic designated by <Path>.

Note:

The method deactivates graphic inheritance.

Note:

You cannot assign the method when the graphic is an automatically generated graphic group or when the graphic is located in an automatically generated graphic group.

Example

MyFrame._3D.getGraphic("default", [1,2,3]).ungroupGraphic
MyFrame._3D.getGraphic("deco", [1,2,3]).ungroupGraphic

Related Topics

Ungroup Group of Graphics

_groupGraphics

_3D.getGraphic