IMapLayers.Item

Syntax

Item(Index: Integer): IMapLayer;

Parameters

Index. Layer index in the collection.

Description

The Item property returns the specified layer of the collection.

Example

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

See also:

IMapLayers