[]
Reads collection of vector objects from specified KMZ stream.
public static List<VectorItemBase> Read(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream that contains KMZ data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | The list of imported vector objects. |