コード例 #1
0
ファイル: PyCmd.cs プロジェクト: tevfikoguz/ProjectCollection
 public static void delspotui()
 {
     SelectionSet.Contents.Where(x => SelectionSet.FindLayer(x).Name == _spotLayer.LayerData.Name).ForEach(x => _spotLayer.RemoveFeature(x));
 }