Returns whether the DimensionValue is selected in the current navigation state

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public static bool IsSelectedDimensionValue(
	DimensionValue dimensionValue
)
Visual Basic (Declaration)
Public Shared Function IsSelectedDimensionValue ( _
	dimensionValue As DimensionValue _
) As Boolean
Visual C++
public:
static bool IsSelectedDimensionValue(
	DimensionValue^ dimensionValue
)

Parameters

dimensionValue
Type: Endeca.Data..::.DimensionValue
value to be tested for the selected property

Return Value

true if selected false if not

See Also