[]
        
(Showing Draft Content)

C1.WPF.Maps.KmzReader.Read

Read Method

Read(Stream)

Reads collection of vector objects from specified KMZ stream.

Declaration
public static List<VectorItemBase> Read(Stream stream)
Parameters
Type Name Description
Stream stream

Stream that contains KMZ data.

Returns
Type Description
List<VectorItemBase>

The list of imported vector objects.