The ShapeFileWriter type exposes the following members.

Properties

  NameDescription
Protected propertyBaseDirectory
The base directory where the new shape file will be written
Protected propertyDbfStream
The Stream used to write the shape files .dbf file
Protected propertyFileName
The file name of the 3 shpaefile files, exluding their file extensions
Protected propertyIndexStream
The Stream used to write the shape files index (.shx) file
Protected propertyRecordCount
The number of records written in the shapefile
Protected propertyShapeBounds
The extent bounds of the shapefile being written
Protected propertyShapeStream
The Stream used to write the shape files .shp file
Protected propertyShapeType
The shape type of the shapefile

See Also