The MultipleRegion property returns or sets the Add Regions command. Returns a Boolean.
Syntax
object.MultipleRegion
object.MultipleRegion = Multiple
Parameter |
Type |
Description |
Multiple |
Boolean |
required; true to add regions, false to define only one region at a time |
Example 1
This example shows how to return whether or not multiple regions are used when defining areas for analysis.
Debug.Print MapShapes.MultipleRegion
Example 2
This example shows how to allow multiple regions to be used when defining areas for analysis.
MapShapes.MultipleRegion = True
Used by: Shapes collection