Gets whether nav selections from the dimension specified 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 bool getDimensionInBase(
	long dimensionId
)  | 
| Visual Basic | 
|---|
Public Function getDimensionInBase ( _
	dimensionId As Long _
) As Boolean  | 
| Visual C++ | 
|---|
public:
bool getDimensionInBase(
	long long dimensionId
)  | 
Return Value
true if nav selections from this dimension are part of the base nav state.
            
false otherwise.
            
See Also