ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / C1Mapper Class / UpdateKmlLayer Method
The source KML stream.
The callback to invoke for each KML item as it is being loaded.

In This Topic
    UpdateKmlLayer Method
    In This Topic
    Adds a layer created from the specified KML stream.
    Syntax
    'Declaration
     
    Public Sub UpdateKmlLayer( _
       ByVal layerKey As String, _
       ByVal kml As Stream, _
       ByVal addingItemProc As AddingKmlItemDelegate _
    ) 
    public void UpdateKmlLayer( 
       string layerKey,
       Stream kml,
       AddingKmlItemDelegate addingItemProc
    )

    Parameters

    layerKey
    kml
    The source KML stream.
    addingItemProc
    The callback to invoke for each KML item as it is being loaded.
    See Also