ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / ShapeReader Class / Read Method / Read(Stream,Stream) Method
Stream that contains ShapeFile data.
Stream that contains DBF data.

In This Topic
    Read(Stream,Stream) Method
    In This Topic
    Read shape file and dbf datas from stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Read( _
       ByVal stream As Stream, _
       ByVal dbfStream As Stream _
    ) As Dictionary(Of C1VectorItemBase,C1ShapeAttributes)

    Parameters

    stream
    Stream that contains ShapeFile data.
    dbfStream
    Stream that contains DBF data.

    Return Value

    Dictionary of vector objects and shape attribute objects for C1VectorLayer.
    See Also