Assembly: Visualizators;
The IVZDataArray interface is used to work with an array.
IVZDataArray
A data array can be obtained from the following properties and methods:
Property name | Brief description | |
Count | The Count property returns array size. | |
Item | The Item property determines an array element. |
Method name | Brief description | |
Add | The Add method adds a new element to data array. | |
Clear | The Clear method deletes all elements from the array. | |
InsertAt | The InsertAt method adds a new element into array by the selected index. | |
Remove | The Remove method removes an array element by the selected index. |
See also: