Loads a ShapeFile using a path to a .shp shape file

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

Syntax

Visual Basic
Public Sub LoadFromFile ( _
	shapeFilePath As String _
)
C#
public void LoadFromFile(
	string shapeFilePath
)
Visual C++
public:
void LoadFromFile(
	String^ shapeFilePath
)
JavaScript
function loadFromFile(shapeFilePath);

Parameters

shapeFilePath
Type: System..::..String
The path to the ".shp" shape file

See Also