Gets / Sets the zero based index of the shapefile record.

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Property RecordIndex As Integer
	Get
	Set
C#
public int RecordIndex { get; set; }
Visual C++
public:
property int RecordIndex {
	int get ();
	void set (int value);
}
JavaScript
function get_recordIndex();
function set_recordIndex(value);

Remarks

The returned value will be between zero and the number of records in the Shapefile displaying the tooltip
If no tooltip is displayed RecordIndex returns -1

See Also