UnionOfAreas

 

The UnionOfAreas method creates a union of the selected overlapped or commonly bordered areas.

 

Syntax

object.UnionOfAreas( KeepOriginalAreas, KeepInnerAreas )

 

Parameter

Type

Description

KeepOriginalAreas

Boolean

optional; true to keep the original areas

KeepInnerAreas

Boolean

optional; true to keep the inner areas

 

Example

This example combines the selected objects and keeps the original areas.

 

Selection.UnionOfAreas(KeepOriginalAreas:=True)

 

Used by: Selection collection