ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / KmzReader Class / Read Method
Stream that contains KMZ data.

In This Topic
    Read Method (KmzReader)
    In This Topic
    Reads collection of vector objects from specified KMZ stream.
    Syntax
    'Declaration
     
    
    Public Shared Function Read( _
       ByVal stream As Stream _
    ) As List(Of C1VectorItemBase)
    public static List<C1VectorItemBase> Read( 
       Stream stream
    )

    Parameters

    stream
    Stream that contains KMZ data.

    Return Value

    The list of imported vector objects.
    See Also