FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / AddingKmlItemDelegate Delegate
The geometry record.

In This Topic
    AddingKmlItemDelegate Delegate
    In This Topic
    Delegate called for each KML item as it is loaded from the KML file into the map.
    Syntax
    'Declaration
     
    Public Delegate Function AddingKmlItemDelegate( _
       ByVal record As C1.FlexMap.GeoGeometryRecord _
    ) As C1.Win.Map.VectorItem
    public delegate C1.Win.Map.VectorItem AddingKmlItemDelegate( 
       C1.FlexMap.GeoGeometryRecord record
    )

    Parameters

    record
    The geometry record.

    Return Value

    The vector item which should be added into the kml layer.
    See Also