Skip to main content

ShpExportOptions Members

Stores shapefile export options.

Constructors

Name Description
ShpExportOptions() Initializes a new instance of the ShpExportOptions class with default settings.

Fields

Name Description
DbfEncodingProperty static Identifies the ShpExportOptions.DbfEncoding dependency property.
ExportToDbfProperty static Identifies the ShpExportOptions.ExportToDbf dependency property.
ExportToShxProperty static Identifies the ShpExportOptions.ExportToShx dependency property.
ShapeTypeProperty static Identifies the ShpExportOptions.ShapeType dependency property.

Properties

Name Description
DbfEncoding Gets or sets the encoding of the dbf file.
ExportToDbf Gets or sets a value indicating whether attribute values can exported to a DBF file.
ExportToShx Gets or sets the value that indicates whether the Map Control should export a vector data index to a *.shx file. This is a dependency property.
ShapeType Gets or sets the shapefile shape type used to export the vector layer content.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also