The ShapeFileWriter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BaseDirectory |
The base directory where the new shape file will be written
|
![]() | DbfStream |
The Stream used to write the shape files .dbf file
|
![]() | FileName |
The file name of the 3 shpaefile files, exluding their file extensions
|
![]() | IndexStream |
The Stream used to write the shape files index (.shx) file
|
![]() | RecordCount |
The number of records written in the shapefile
|
![]() | ShapeBounds |
The extent bounds of the shapefile being written
|
![]() | ShapeStream |
The Stream used to write the shape files .shp file
|
![]() | ShapeType |
The shape type of the shapefile
|