Call Add to insert a new item at the end of the Items array.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Add(
	double item
)
Public Function Add ( _
	item As Double _
) As Integer
public:
int Add(
	double item
)

Parameters

item
Double
the item to add

Return Value

Add returns the index of the new item, where the first item in the list has an index of 0.

See Also