CombineIslandLakes

The CombineIslandLakes method combines the selected polygons into a single complex polygon.

Syntax

object. CombineIslandLakes()

Remarks

To select objects in a base layer, use the StartEditing method on the base layer Shapes collection.

Example

This example demonstrates how to combine polygons into a single complex polygon.

Selection.CombineIslandLakes()

Used by: Selection Collection