Gets the ShapeFile at the spcified index

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ShapeFile
	Get
C#
public ShapeFile this[
	int index
] { get; }
Visual C++
public:
property ShapeFile^ default[int index] {
	ShapeFile^ get (int index);
}
JavaScript
function get_item(index);

Parameters

index
Type: System..::..Int32

Return Value

See Also