Tagged Questions
3
votes
2answers
422 views
Why is ICalculator.Calculate significantly slower than the CalculateField geoprocessing tool with SDE datasets?
I just discovered today that there are essentially two ways to calculate field values in ArcObjects:
1. Using ESRI.ArcGIS.GeodatabaseUI.ICalculator:
ITable table = …;
ICursor updateCursor = ...