Gets the DimGroup with the name dimensionGroupName from this list.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual DimGroup GetDimGroup(
	string dimensionGroupName
)
Visual Basic
Public Overridable Function GetDimGroup ( _
	dimensionGroupName As String _
) As DimGroup
Visual C++
public:
virtual DimGroup^ GetDimGroup(
	String^ dimensionGroupName
)

Parameters

dimensionGroupName
Type: System..::..String
The name of the dimension group to find.

Return Value

Dimension group with the name dimensionGroupName or null if the dimension group is not found.

Remarks

If the dimension group is not found in this list null is returned.

See Also