Maps for WinRT
Read(String) Method


String with GeoRSS data.
Read GeoRSS data from the specified string.
Syntax
'Declaration
 
Public Overloads Shared Function Read( _
   ByVal s As String _
) As List(Of C1VectorItemBase)
'Usage
 
Dim s As String
Dim value As List(Of C1VectorItemBase)
 
value = GeoRssReader.Read(s)
public static List<C1VectorItemBase> Read( 
   string s
)

Parameters

s
String with GeoRSS data.

Return Value

The list of imported vector elements.
See Also

Reference

GeoRssReader Class
GeoRssReader Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback