Sets whether a dimension is part of the base nav state.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)
Syntax
| C# | 
|---|
public void setDimensionInBase(
	long dimensionId,
	bool include
)  | 
| Visual Basic | 
|---|
Public Sub setDimensionInBase ( _
	dimensionId As Long, _
	include As Boolean _
)  | 
| Visual C++ | 
|---|
public:
void setDimensionInBase(
	long long dimensionId, 
	bool include
)  | 
Parameters
- dimensionId
 - Type: System..::..Int64
The ID of the dimension under consideration 
- include
 - Type: System..::..Boolean
true if the dimension is to be included in
            the base nav state. false otherwise.
             
See Also