writes the shapefile's 3 file headers

Remarks

Derived classes must call this method after setting the ShapeType when the ShapeFileWriter is created before the first record is written

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

Syntax

Visual Basic (Declaration)
Protected Sub WriteFileHeaders
C#
protected void WriteFileHeaders()
Visual C++
protected:
void WriteFileHeaders()

See Also