MapChartLayerCollectionIndexOf Method TIBCO Spotfire 7.5 API Reference
Determines the index of a specific item.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax

C#
public int IndexOf(
	MapChartLayer item
)

Parameters

item
Type: Spotfire.Dxp.Application.Visuals.MapsMapChartLayer
The object to locate.

Return Value

Type: Int32
The index of item if found; otherwise, -1.
Version Information

Supported in: 7.5, 7.0, 6.5
See Also

Reference