Endeca Presentation API
GetAssocDimLocations Method (dimensionId)
NamespacesEndeca.NavigationAssocDimLocationsListGetAssocDimLocations(Int64)
Gets the AssocDimLocations that is from the dimension whose ID is dimensionId.
Declaration Syntax
C#Visual BasicVisual C++
public virtual AssocDimLocations GetAssocDimLocations(
	long dimensionId
)
Public Overridable Function GetAssocDimLocations ( _
	dimensionId As Long _
) As AssocDimLocations
public:
virtual AssocDimLocations^ GetAssocDimLocations (
	long long dimensionId
)
Parameters
dimensionId (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.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0