Gets the AssocDimLocations that is from the dimension whose ID is dimensionId.

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

Syntax

C#
public virtual AssocDimLocations GetAssocDimLocations(
	long dimensionId
)
Visual Basic
Public Overridable Function GetAssocDimLocations ( _
	dimensionId As Long _
) As AssocDimLocations
Visual C++
public:
virtual AssocDimLocations^ GetAssocDimLocations(
	long long dimensionId
)

Parameters

dimensionId
Type: System..::..Int64
Dimension ID of the dimension to which the AssocDimLocations belong.

Return Value

AssocDimLocations with a dimension ID of dimensionId.

Remarks

Returns null if no AssocDimLocations can be found with associated with dimension ID dimensionId.

See Also