Endeca Presentation API
GetDimension Method (dimensionName)
NamespacesEndeca.NavigationDimensionListGetDimension(String)
Gets the Dimension with the name dimensionName from this list.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Dimension GetDimension(
	string dimensionName
)
Public Overridable Function GetDimension ( _
	dimensionName As String _
) As Dimension
public:
virtual Dimension^ GetDimension (
	String^ dimensionName
)
Parameters
dimensionName (String)
Name of the dimension to get.
Return Value
Dimension with the name dimensionName or null if no such dimension is found.
Remarks
If the dimension is not found in this list null is returned. Note that several Dimension objects may share the same name and in this case this method does not define which one is returned.

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