Exemple #1
0
 /// <summary>
 /// 停止编辑
 /// </summary>
 internal void StopEditing()
 {
     geoFeature.CancelEdit();
     property.CancelEditing();
 }