Constructs a ShapeFile using a path to a .shp shape file
Namespace:
EGIS.ShapeFileLibAssembly: 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