Share via


Join Method [Visio 2003 SDK Documentation]

Creates a new shape by joining selected shapes.

object**.Join**

object     Required. An expression that returns a Selection object containing the shapes to join.

Version added

4.1

Remarks

Calling the Join method is equivalent to clicking Join on the Operation submenu of the Shape menu in Microsoft Visio. The new shape inherits the text and formatting of the first selected shape and is the topmost shape in its container—the nth shape in the Shapes collection of its containing shape, where n = Count.

The original shapes are deleted and no shapes are selected when the operation is complete.

The Join method and the Combine method are similar but differ in the following ways:

  • Join coalesces abutting line and curve segments in the original shapes into a single Geometry section in the resulting shape.
  • Combine produces a shape that has one Geometry section for each original shape. The resulting shape has holes in regions where the original shapes overlapped.

You might want to join shapes after importing a non-Visio drawing in which apparent polylines are represented by many independent shapes, each possessing a single line or curve segment. By joining the shapes that constitute a polyline in such a drawing, you can replace many single-segment shapes with one multiple-segment shape.

Applies to | Selection object

See Also | Combine method | ContainingShape property | Fragment method | Intersect method | Shapes collection | Subtract method | Trim method | Union method