Updates the headers inside the individual shapefile files and closes any used streams.    
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub Close | 
| C# | 
|---|
| public void Close() | 
| Visual C++ | 
|---|
| public: void Close() | 
| JavaScript | 
|---|
| function close(); | 
 Remarks
Remarks
            This method MUST be called after all records have been added to the shapefile.
            Failure to call this method will result in a shapefile being generated with incorrect
            headers
            
 
     
     
     
     
    