Skip to main content

KmlFileDataAdapter.LoadFromStream(Stream) Method

Loads map items from the passed stream.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void LoadFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream from which the data adapter should load map items.

See Also