Hi,
I got a issue in extent.
Whenever loading my application i didn’t get any exception in Extent. But next time I am changing the extent then I am getting this error.
“ArgumentNullException was unhandled”
“The parameter you supplied may not be null.Parameter name: worldExtent”
I got this exception in this code.
wfMap.FindFeatureLayer(“CircleLayer”).Open();
wfMap.CurrentExtent = ExtentHelper.GetDrawingExtent(wfMap.FindFeatureLayer(“CircleLayer”).GetBoundingBox(), wfMap.Width, wfMap.Height);
wfMap.FindFeatureLayer(“CircleLayer”).Close();
Help me to fix this issue
Note : I set proper reference of map suite core dlls.
Thanks & Regards,
Riyaz