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

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

    Parameters

    stream
    Stream that contains ShapeFile data.

    Return Value

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