Finds and returns the ShapeFile which was loaded from the given path
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Function FindShapeFileBypath ( _
path As String _
) As ShapeFile |
C# |
---|
public ShapeFile FindShapeFileBypath(
string path
) |
Visual C++ |
---|
public:
ShapeFile^ FindShapeFileBypath(
String^ path
) |
JavaScript |
---|
function findShapeFileBypath(path); |
Parameters
- path
- Type: System..::..String
Return Value
The found ShapeFile or null if the ShapeFile could not be found
See Also