Assembly: Express;
The IEaxDataAreaSliceParams interface is used to work with parameters of analytical data area slice.
IEaxDataAreaSliceParams
To work with collection of analytical data area parameters collection, use properties and methods of the IEaxDataAreaParams interface.
Property name | Brief description | |
Count | The Count property returns number of analytical data area parameters. | |
Item | The Item property returns parameter of analytical data area by its index. |
Method name | Brief description | |
FindById | The FindById method searches for the parameter of analytical data area by its identifier. | |
FindByKey | The FindByKey method searches for the analytical data area parameter by its key. |
|
IndexOf | The IndexOf method returns index of specified parameter of analytical data area. |
See also: