FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / C1Mapper Class / UpdateKmlLayer Method
Unique string identifying the layer.
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
    Unique string identifying the layer.
    kml
    The source KML stream.
    addingItemProc
    The callback to invoke for each KML item as it is being loaded.
    See Also