Hello ThinkGeo,
if I call the open method of FeatureLayer the coresponding FeatureSource is also opended and I can access EditTools and QueryTools properties of FeatureLayer.
But try this. Instead of calling the open method of FeatureLayer call open method of FeatureSource.
After calling open method of FeatureSource the Layers IsOpen property is 'True' but EditTools and QueryTools are
still nothing.
Is this a bug?
Thomas