Finds and returns the ShapeFile which was loaded from the given path
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function FindShapeFileBypath ( _ path As String _ ) As ShapeFile |
| C# |
|---|
public ShapeFile FindShapeFileBypath( string path ) |
| Visual C++ |
|---|
public: ShapeFile^ FindShapeFileBypath( String^ path ) |
Parameters
- path
- Type: System..::.String