'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.