Back to Devexpress

MapGeoDataAdapter.LoadFromStream(Stream, String) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapgeodataadapter-dot-loadfromstream-x28-system-dot-io-dot-stream-system-dot-string-x29.md

latest1.5 KB
Original Source

MapGeoDataAdapter.LoadFromStream(Stream, String) Method

Loads map items from the specified stream and items resources from the specified path.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void LoadFromStream(
    Stream stream,
    string workingPath
)
vb
Public Sub LoadFromStream(
    stream As Stream,
    workingPath As String
)

Parameters

NameTypeDescription
streamStream

A Stream class descendant object that specifies a stream in which map items are exported.

| | workingPath | String |

The path to the directory that is used to store item resources (for example, images) when you export the layer.

|

See Also

MapGeoDataAdapter Class

MapGeoDataAdapter Members

DevExpress.Xpf.Map Namespace