Returns an IndexedCollection<(Of <(T>)>) containing DimensionState matching the DimensionStateTypes specified in the input.

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

Syntax

C#
public IndexedCollection<DimensionState> GetDimensionStates(
	DimensionStateTypes desiredState
)
Visual Basic (Declaration)
Public Function GetDimensionStates ( _
	desiredState As DimensionStateTypes _
) As IndexedCollection(Of DimensionState)
Visual C++
public:
IndexedCollection<DimensionState^>^ GetDimensionStates(
	DimensionStateTypes desiredState
)

Parameters

desiredState
Type: Endeca.Data..::.DimensionStateTypes
The combination of DimensionStateTypes desired of the output DimensionStates

Return Value

A IndexedCollection<(Of <(T>)>) matching the specified DimensionStateTypes

See Also