Selection Property [Layer]

 

The Selection property returns the current selection on a layer. Returns a Selection collection.

 

Syntax

object.Selection

 

Example

This example deletes the selected objects on a map layer.

 

MapLayer.Selection.Delete

 

Used by: Layer object