Gets or sets the index (zero based) of the current selected shape/record. If no shape is selected then SelectedRecordIndex is -1

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

Syntax

Visual Basic (Declaration)
Public Property SelectedRecordIndex As Integer
C#
public int SelectedRecordIndex { get; set; }
Visual C++
public:
property int SelectedRecordIndex {
	int get ();
	void set (int value);
}

See Also