[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.AddingKmlItemDelegate

AddingKmlItemDelegate Delegate

Delegate called for each KML item as it is loaded from the KML file into the map.

Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public delegate VectorItem AddingKmlItemDelegate(GeoGeometryRecord record)
Parameters
Type Name Description
GeoGeometryRecord record

The geometry record.

Returns
Type Description
VectorItem

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

Constructors

Name Description
AddingKmlItemDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(GeoGeometryRecord, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(GeoGeometryRecord)