IEaxDataAreaControl.FindById

Syntax

FindById(ParamId: String): IEaxDataAreaParamControl;

Parameters

ParamId. Parameter identifier.

Description

The FindById method searches and returns analytical data area slice parameter by its identifier.

Comments

To determine the number of parameters of analytical area data slice, use the IEaxDataAreaControl.Count property.

See also:

IEaxDataAreaControl