SelectObject Method

Selects the specified object and/or group of objects.

Syntax

object.SelectObject bSingleSelect

Properties

The SelectObject method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

bSingleSelect

Boolean. If True, the user is only allowed to do single object selection. If False, the user is allowed to select multiple objects.

Remarks

When bSingleSelect is False, the SelectObject method performs object selection as if the user is holding the CTRL key when clicking on objects to select them.

 

Example

Applies To