Gets the ShapeFile at the spcified index

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

Syntax

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

Parameters

index
Type: System..::.Int32

Return Value

See Also