Returns an IndexedCollection<(Of <(T>)>) containing all DimensionStates including those which are fully selected or fully implicit, and those with refinements.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public IndexedCollection<DimensionState> CompleteDimensionStates { get; }
Visual Basic (Declaration)
Public ReadOnly Property CompleteDimensionStates As IndexedCollection(Of DimensionState)
Visual C++
public:
property IndexedCollection<DimensionState^>^ CompleteDimensionStates {
	IndexedCollection<DimensionState^>^ get ();
}

See Also