CustomShapefileData Constructors
Represents custom shapefile data.| Name | Parameters | Description |
|---|---|---|
| CustomShapefileData() | none | Initializes a new instance of the CustomShapefileData class with default settings. |
| CustomShapefileData(Byte[], Byte[]) | shapeData, attributeData | Initializes a new instance of the CustomShapefileData class. |
See Also