ShpExportOptions Properties
Stores shapefile export options.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DbfEncoding | Gets or sets the encoding of the dbf file. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| ShapeType | Gets or sets the shapefile shape type used to export the vector layer content. |
See Also