document.union()

Availability

Flash 8.

Usage

document.union()

Parameters

None.

Returns

A Boolean value: true if successful; false otherwise.

Description

Method; combines all selected shapes into a drawing object.

Example

The following example combines all selected shapes into a drawing object:

fl.getDocumentDOM().union();

See also

document.crop(), document.deleteEnvelope(), document.intersect(), document.punch(), shape.isDrawingObject