Writes a record to the Shape Files's DBF file
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Sub WriteDbfRecord ( _ fieldData As String() _ ) | 
| C# | 
|---|
| protected void WriteDbfRecord( string[] fieldData ) | 
| Visual C++ | 
|---|
| protected: void WriteDbfRecord( array<String^>^ fieldData ) | 
| JavaScript | 
|---|
| function writeDbfRecord(fieldData); | 
Parameters
- fieldData
- Type: array<System..::..String>[]()[][]
 The data for each field in the record
 
     
     
     
     
    