The BreakMetafile method breaks the selected metafile into its drawing object components.
Syntax
object.BreakMetafile
Example
'Select all the items in the active layer
Plot.Layers.ActiveLayer.Shapes.SelectAll
'Break apart any metafiles in the selection
Selection.BreakMetafile
Used by: Selection collection