IMapColorCollection.Item

Syntax

Item(Index: Integer): IGxColor;

Parameters

Index. Color index in the color set.

Description

The Item property determines the color of the collection element by the specified element index.

Example

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

See also:

IMapColorCollection