SplitIslandLakes
The SplitIslandLakes method splits a complex polygon into multiple simple polygons.
Syntax
object. SplitIslandLakes()
Remarks
To select objects in a base layer, use the StartEditing method on the base layer Shapes collection.
Example
This example demonstrates how to split a complex polygon.
Selection.SplitIslandLakes()
Used by: Selection Collection