Constructs 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 New ( _
	shapeFilePath As String _
)
C#
public ShapeFile(
	string shapeFilePath
)
Visual C++
public:
ShapeFile(
	String^ shapeFilePath
)
JavaScript
EGIS.ShapeFileLib.ShapeFile = function(shapeFilePath);

Parameters

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

See Also