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 LoadFromFile2 ( _
	shapeFilePath As String _
)
C#
public void LoadFromFile2(
	string shapeFilePath
)
Visual C++
public:
void LoadFromFile2(
	String^ shapeFilePath
)
JavaScript
function loadFromFile2(shapeFilePath);

Parameters

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

See Also