Skip to main content
All docs
V25.1
  • GpxFileDataAdapter.LoadFromStream(Stream) Method

    Loads map items from the passed stream.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.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