ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method
Loads data in a Shapefile format from a stream.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
shpStream | Stream | A Stream class descendant object, that is a stream of an ESRI Shapefile. |
dbfStream | Stream | A Stream class descendant object, that is a stream of a DBF file. |
See Also