ComponentOne PieChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / KmlReader Class / ReadGeoFeatures Method
Stream that contains KML or KMZ data.

In This Topic
    ReadGeoFeatures Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadGeoFeatures( _
       ByVal stream As System.IO.Stream _
    ) As FeatureCollection
    public static FeatureCollection ReadGeoFeatures( 
       System.IO.Stream stream
    )

    Parameters

    stream
    Stream that contains KML or KMZ data.

    Return Value

    See Also