Removes the specified DimensionValue from the set of selected DimensionValues in the NavigationCommand and adds its parent DimensionValue

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

Syntax

C#
public void SelectParentDimensionValue(
	DimensionValue dimensionValue
)
Visual Basic (Declaration)
Public Sub SelectParentDimensionValue ( _
	dimensionValue As DimensionValue _
)
Visual C++
public:
void SelectParentDimensionValue(
	DimensionValue^ dimensionValue
)

Parameters

dimensionValue
Type: Endeca.Data..::.DimensionValue
The DimensionValue whose parent should be selected

Remarks

Note that this method will correctly handle inert dimension value parents in addition to navigable dimension value parents.

See Also