Finds and returns the index of the ShapeFile which was loaded from the given path
Namespace:
EGIS.ControlsAssembly: 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