Gets the complete dimensions integrated from the refinement
            dimensions, the descriptor dimensions, and those that are
            completely implicit.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual DimensionList CompleteDimensions { get; } | 
| Visual Basic | 
|---|
| Public Overridable ReadOnly Property CompleteDimensions As DimensionList Get | 
| Visual C++ | 
|---|
| public: virtual property DimensionList^ CompleteDimensions { DimensionList^ get (); } | 
Field Value
A DimensionList that is the union of the descriptor, refinement, and implicit dimensions. Remarks
Remarks
            Complete dimensions are the 
            dimensions that either have descriptors, still have refinement 
            values relative to the navigation query, or only contain implicits.
            The integrated dimensions are in dimension order specified by 
            the MDEX Engine.
            





