public bool EditUpdate(int index, IGeometry geometryNew) { return(_shapefile.EditUpdateShape(index, geometryNew.GetInternal())); }