コード例 #1
0
 public void OpenFeatureLayer()
 {
     if (SelectedLayer != null && !SelectedLayer.IsOpen)
     {
         SelectedLayer.Open();
     }
 }