Hi,
How to get the bounding box of a feature layer that contains mulitple shape files? I'm using MultipleShapeFileFeatureLayer to load 3 shape files that start with 'Adminbndy' in the name.
I want to get the boundingBox that embeds all the features in all 3 layers.
I tried to call multiLayer.FeatureSource.GetBoundingBox() but the returned bounding box is far away and it doesn't include any of the layers at all.
Thanks,
Tracy