DbfReader constructor
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _
filePath As String _
) |
C# |
---|
public DbfReader(
string filePath
) |
Visual C++ |
---|
public:
DbfReader(
String^ filePath
) |
JavaScript |
---|
EGIS.ShapeFileLib.DbfReader = function(filePath); |
Parameters
- filePath
- Type: System..::..String
The path to the DBF file. If the file extension contained in fileName is not included then ".dbf" will be appended to the file path
before it is opened
See Also