Returns a DimensionState or DimensionValue by ID. Returns null if an element with the specified ID is not found.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public T FindById(
	string id
)
Visual Basic (Declaration)
Public Function FindById ( _
	id As String _
) As T
Visual C++
public:
T FindById(
	String^ id
)

Parameters

id
Type: System..::.String
The ID of the DimensionState or DimensionValue to return.

See Also