IndexedScaleLabelLayoutContains Method (CategoryKey)

Spotfire 15.0 API Reference
Check if the dictionary for the indexed property contains a key.

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

C#
public bool Contains(
	CategoryKey key
)

Parameters

key
Type: Spotfire.Dxp.Application.VisualsCategoryKey
The key.

Return Value

Type: Boolean
true if the key is found in the dictionary, otherwise false.
Version Information


See Also

Reference