'Declaration
Public Shared Function Read( _ ByVal stream As Stream _ ) As List(Of VectorItemBase)
public static List<VectorItemBase> Read( Stream stream )
Parameters
- stream
- Stream that contains KMZ data.
Return Value
The list of imported vector objects.