Returns whether the DimensionValue comes after a selected DimensionValue in a hierarchy. Things that can come after the selected value are either inert or implicit or both.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

Parameters

dimensionValue
Type: Endeca.Data..::.DimensionValue
value to be tested

Return Value

true if the value is after the selected value or if no value is selected false if not

See Also