BlockSelect

 

The BlockSelect method selects all shapes within the specified rectangle.

 

Syntax

object.BlockSelect( left, top, right, bottom, UnitType )

 

Parameter

Type

Description

left

Double

required; left coordinate in page units

top

Double

required; top coordinate in page units

right

Double

required; right coordinate in page units

bottom

Double

required; bottom coordinate in page units

UnitType

MVCoordDisplayUnits

optional; unit type, default is mvCoordDisplayUnitPageUnits

 

Example

This example selects all objects within the specified rectangle dimensions.

 

Shapes.BlockSelect(2,5,7,1)

 

Used by: Shapes collection