Endeca Presentation API
GetDimension Method (dimensionId)
NamespacesEndeca.NavigationDimGroupGetDimension(Int64)
Gets the Dimension with the ID dimensionId from this list.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Dimension GetDimension(
	long dimensionId
)
Public Overridable Function GetDimension ( _
	dimensionId As Long _
) As Dimension
public:
virtual Dimension^ GetDimension (
	long long dimensionId
)
Parameters
dimensionId (Int64)
ID of the Dimension to get.
Return Value
Dimension with the ID dimensionId or null if no dimension is found.
Remarks
Note that when dealing with multi-select dimensions, it is possible to have a list with multiple Dimension objects for the same dimension. In this case, several share the same ID and this method does not define which one is returned.

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