Gets the ShapeFile with the specified file path

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

Syntax

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

Parameters

shapeFilePath
Type: System..::.String

Return Value

See Also