In our product, we save the raster layer and InMemoryLayers to file by serializing them. Due to a mistake in georeferencing a raster image, we have a bunch of layers that don't line up with their uderlaying raster layer anymore and we need to 'slide' every feature over a little bit by adding a user-specified value X and a user-specified value Y to every verticie of every shape in every InMemoryLayer.
How is the best way to do that? I don't see any access to Feature verticies in the InternalFeatures collection of a Layer. Surely the list of verticies is available somewhere.
Dave