Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaParams interface is used to work with collection of analytical data area parameters.
IEaxDataAreaParams
To get 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 | |
| Add | Outdated. Use AddNew. | |
| AddNew | The Add method adds parameter linked to the current slice of analytical data area in collection. | |
| Clear | The Clear method clears collection of analytical data area parameters. | |
| Move | The Move method moves parameter of analytical data area to 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: