Gets the Dimension with the name dimensionName from this list.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual Dimension GetDimension(
	string dimensionName
)
Visual Basic
Public Overridable Function GetDimension ( _
	dimensionName As String _
) As Dimension
Visual C++
public:
virtual Dimension^ GetDimension(
	String^ dimensionName
)

Parameters

dimensionName
Type: System..::..String
Name of the Dimension to get.

Return Value

Dimension with the name dimensionName or null if no dimension was found.

Remarks

If the dimension is not found in this list, null is returned. Several dimensions may share the same name and in this case this method does not define which one is returned.

See Also