Adds the DimensionValue specified in the context path to the set of selected DimensionValues in the NavigationCommand

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

Syntax

C#
public void SelectDimensionValue(
	string contextPath
)
Visual Basic (Declaration)
Public Sub SelectDimensionValue ( _
	contextPath As String _
)
Visual C++
public:
void SelectDimensionValue(
	String^ contextPath
)

Parameters

contextPath
Type: System..::.String
The context path which identifies the DimensionValue to be selected

Remarks

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

See Also