ComponentOne Maps for WPF and Silverlight
Read(String) Method

C1.WPF.Maps Namespace > KmlReader Class > Read Method : Read(String) Method
String that contains KML data.
Read kml data from string.
Syntax
'Declaration
 
Public Overloads Shared Function Read( _
   ByVal s As System.String _
) As System.Collections.Generic.List(Of C1VectorItemBase)
public static System.Collections.Generic.List<C1VectorItemBase> Read( 
   System.string s
)

Parameters

s
String that contains KML data.

Return Value

List of vector objects for C1VectorLayer.
See Also

Reference

KmlReader Class
KmlReader Members
Overload List