Reads collection of vector objects from specified KMZ stream.
Namespace:
C1.Silverlight.MapsAssembly: C1.Silverlight.Maps (in C1.Silverlight.Maps.dll)
Syntax
| C# |
|---|
public static List<C1VectorItemBase> Read( Stream stream ) |
| Visual Basic |
|---|
Public Shared Function Read ( _ stream As Stream _ ) As List(Of C1VectorItemBase) |
Parameters
- stream
- Type: System.IO..::..Stream
Stream that contains KMZ data.