public EX_geographicExtent_PropertyType Remove(int index)
        {
            EX_geographicExtent_PropertyType obj = SpatialExtent[index];

            SpatialExtent.Remove(obj);
            return(obj);
        }
 public bool Remove(EX_geographicExtent_PropertyType obj)
 {
     return SpatialExtent.Remove(obj);
 }
 public void Add(EX_geographicExtent_PropertyType obj)
 {
     SpatialExtent.Add(obj);
 }
 public bool Remove(EX_geographicExtent_PropertyType obj)
 {
     return(SpatialExtent.Remove(obj));
 }
 public void Add(EX_geographicExtent_PropertyType obj)
 {
     SpatialExtent.Add(obj);
 }