ComponentOne Maps for WPF and Silverlight
Read Method (KmzReader)

C1.WPF.Maps Namespace > KmzReader Class : Read Method
Stream that contains KMZ data.
Reads collection of vector objects from specified KMZ stream.
Syntax
'Declaration
 
Public Shared Function Read( _
   ByVal stream As System.IO.Stream _
) As System.Collections.Generic.List(Of C1VectorItemBase)
public static System.Collections.Generic.List<C1VectorItemBase> Read( 
   System.IO.Stream stream
)

Parameters

stream
Stream that contains KMZ data.

Return Value

The list of imported vector objects.
See Also

Reference

KmzReader Class
KmzReader Members