Reports for WPF
UpdateKmlLayer メソッド

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > C1Mapper クラス : UpdateKmlLayer メソッド
The source KML stream.
The callback to invoke for each KML item as it is being loaded.
Adds a layer created from the specified KML stream.
シンタックス
'宣言
 
Public Sub UpdateKmlLayer( _
   ByVal layerKey As System.String, _
   ByVal kml As System.IO.Stream, _
   ByVal addingItemProc As AddingKmlItemDelegate _
) 
public void UpdateKmlLayer( 
   System.string layerKey,
   System.IO.Stream kml,
   AddingKmlItemDelegate addingItemProc
)

パラメータ

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

C1Mapper クラス
C1Mapper メンバ