SelectObject Method Example

The following example selects both the Polyline object, Polyline1, and the Oval object, Oval1.

PolyLine1.SelectObject False

Oval1.SelectObject False

The following example selects only Oval1.

PolyLine1.SelectObject True

Oval1.SelectObject True