Back to Devexpress

ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method

windowsforms-devexpress-dot-xtramap-dot-shapefiledataadapter-dot-loadfromstream-x28-system-dot-io-dot-stream-system-dot-io-dot-stream-x29.md

latest1.5 KB
Original Source

ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method

Loads data in a Shapefile format from a stream.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public void LoadFromStream(
    Stream shpStream,
    Stream dbfStream
)
vb
Public Sub LoadFromStream(
    shpStream As Stream,
    dbfStream As Stream
)

Parameters

NameTypeDescription
shpStreamStream

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

ShapefileDataAdapter Class

ShapefileDataAdapter Members

DevExpress.XtraMap Namespace