ColorBreakpointCollectionIndexOf Method

Spotfire 15.0 API Reference
Determines the index of a specific item in the collection.

Namespace:  Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public int IndexOf(
	ColorBreakpoint breakpoint
)

Parameters

breakpoint
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoringColorBreakpoint
The object to locate in the collection.

Return Value

Type: Int32
The index of breakpoint if found in the list; otherwise, -1.
Version Information


See Also

Reference