ICubeSelectionControl.FindByParamO

Syntax

FindByParamO(

ControlledParam: IMetabaseObjectParam;

[IsDimension: Boolean = True];

[ControlledOwnerKey: Integer = -1]): ICubeSelectionControlItem;

Parameters

ControlledParam. Cube parameter.

IsDimension. Indicates whether controlling dimension is a cube dimension. Optional parameter, the default value is True - controlling dimension is a cube dimension.

ControlledOwnerKey. Key of owner object of controlling dimension. Optional parameter, it is not determined by default.

Description

The FindByParamO method searches for a dimension in the collection based on parameter and parent object key.

See also:

ICubeSelectionControl