IVZDataArray

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZDataArray interface is used to work with an array.

Inheritance Hierarchy

IVZDataArray

Comments

A data array can be obtained from the following properties and methods:

Properties

  Property name Brief description
The Count property returns array size.
The Item property determines an array element.

Methods

  Method name Brief description
The Add method adds a new element to data array.
The Clear method deletes all elements from the array.
The InsertAt method adds a new element into array by the selected index.
The Remove method removes an array element by the selected index.

See also:

Visualizators Assembly Interfaces