Set/gets specified item

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As Double
	Get
	Set
public:
property double default[int index] {
	double get (int index);
	void set (int index, double value);
}

Parameters

index
Int32

See Also