writes the shapefile's 3 file headers
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected Sub WriteFileHeaders | 
| C# | 
|---|
| protected void WriteFileHeaders() | 
| Visual C++ | 
|---|
| protected: void WriteFileHeaders() | 
| JavaScript | 
|---|
| function writeFileHeaders(); | 
 Remarks
Remarks
            Derived classes must call this method after setting the ShapeType when the ShapeFileWriter is created
            before the first record is written
            
 
     
     
     
     
    