IMsDimensionFilterList.FindById

Syntax

FindById(DimId: String): IMsDimensionFilter;

Parameters

DimId. Identifier of searched dimension.

Description

The FindById method searches for a dimension in the collection by its identifier.

Comments

If the dimension with the specified identifier is not found, the method returns Null.

See also:

IMsDimensionFilterList