The IMapIndexArray type exposes the following members.

Methods

  Name Description
Public method Add(Double)
Add a new index of type double to the array
Public method Add(Int32)
Add a new index of type int to the array
Public method Add(String)
Add a new index of type String to the array
Public method Add(ITuple)
Add a new index of tuples to the array.
Public method Clear
This member function removes all the elements from the invoking array.

Properties

  Name Description
Public property Size
This member function returns an integer specifying the size of the invoking array. An empty array has size 0 (zero).

See Also