Updates the headers inside the individual shapefile files and closes any used streams.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Sub Close
C#
public void Close()
Visual C++
public:
void Close()
JavaScript
function close();

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

See Also