Пример #1
0
        public GM_object_PropertyType Remove(int index)
        {
            GM_object_PropertyType obj = Polygon[index];

            Polygon.Remove(obj);
            return(obj);
        }
Пример #2
0
 public bool Remove(GM_object_PropertyType obj)
 {
     return(Polygon.Remove(obj));
 }
Пример #3
0
 public void Add(GM_object_PropertyType obj)
 {
     Polygon.Add(obj);
 }