Set/gets specified item

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

Syntax

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

Parameters

index
Int32

See Also