Finds and returns the index of the ShapeFile which was loaded from the given path

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

Syntax

Visual Basic (Declaration)
Public Function IndexOfShapeFileByPath ( _
	path As String _
) As Integer
C#
public int IndexOfShapeFileByPath(
	string path
)
Visual C++
public:
int IndexOfShapeFileByPath(
	String^ path
)

Parameters

path
Type: System..::.String

Return Value

The found zero based ShapeFile index or -1 if the ShapeFile could not be found

See Also