IMapLayers.FindByName

Syntax

FindById(LayerName: String): IMapLayer;

Parameters

LayerName. Layer name.

Description

The FindByName property returns a layer by its name.

Comments

The layer name is passed by the LayerName parameter.

Example

The property use is given in the example for the IMapLayers.FindById property.

See also:

IMapLayers