Class representing the assignment of a dimension value to a specific stratum
            for sorting. Dimension values are sorted by their assigned strata and then 
            by whatever the refinement sorting method for the dimension is (via static
            ranking, dynamic ranking, dynamic refinement configs, etc). Dimension values
            not explicitly assigned a strata are assigned the strata 0.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)
Syntax
| C# | 
|---|
public class StratifiedDimVal  | 
| Visual Basic | 
|---|
Public Class StratifiedDimVal  | 
| Visual C++ | 
|---|
public ref class StratifiedDimVal  | 
Inheritance Hierarchy
See Also