コード例 #1
0
 public void Remove()
 {
     _layerProperty = new ImageryLayerProperties
     {
         sourceType = ImagerySourceType.None
     };
 }
コード例 #2
0
 public ImageryLayer(ImageryLayerProperties properties)
 {
     _layerProperty = properties;
 }
コード例 #3
0
 public void Initialize(LayerProperties properties)
 {
     _layerProperty = (ImageryLayerProperties)properties;
     Initialize();
 }