Gets the AssocDimLocations that is from the dimension wit the name dimensionName.

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

Syntax

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

Parameters

dimensionName
Type: System..::..String
Name of the dimension name to which the AssocDimLocations belong.

Return Value

AssocDimLocations with a dimension name of dimensionName.

Remarks

Returns null if no AssocDimLocations can be found with from the dimension named dimensionName.

See Also