Assembly: Express;
The IEaxDataAreaParams interface is used to work with the collection of analytical data area parameters.
IEaxDataAreaParams
To get the collection of parameters, use the IEaxDataAreaSlice.Params property.
| Property name | Brief description | |
| SliceParams | The SliceParams property returns parameters of analytical data area slice. |
| 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 | |
| AddNew | The AddNew method adds a parameter linked to the current slice of analytical data area to the collection. | |
| Clear | The Clear method clears the collection of analytical data area parameters. | |
| Move | The Move method moves parameter of analytical data area to the specified position. | |
| Remove | The Remove method removes parameter of analytical data area from collection by its index. | |
| Update | The Update method updates collection of analytical data area parameters. |
| 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: