FindById(Id: String): IEaxDataAreaParam;
FindById(Id: string): Prognoz.Platform.Interop.Express.IEaxDataAreaParam;
Id. Analytical data area parameter identifier.
The FindById method searches for the parameter of analytical data area by its identifier.
To get number of analytical data area parameters in collection, use the IEaxDataAreaSliceParams.Count property.
The method use is given in the example for IEaxDataArea.Params.
See also: