Express > Express Assembly Interfaces > IEaxDataAreaSlices
Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaSlices interface is used to work with collection of analytical data area slices.
IEaxDataAreaSlices
To get collection of analytical data area slices, use IEaxDataArea.Slices.
Property name | Brief description | |
![]() |
Count | The Count property returns number of analytical data area slices. |
![]() |
DataArea | The DataArea property returns parent object of analytical data area slices collection. |
![]() |
Item | The Item property returns analytical data area slice by its index. |
Method name | Brief description | |
![]() |
Add | The Add method creates analytical data area slice. |
![]() |
Clear | The Clear method clears collection analytical data area slices. |
![]() |
FindById | The FindByKey method searches for analytical data area slice by its identifier. |
![]() |
FindByKey | The FindByKey method searches analytical data area slice by its key. |
![]() |
Remove | The Remove method removes analytical data area slice by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes analytical data area slice by its key. |
See also: