Hi,
When I iterate through many feature classes of a GDB to calculate their geometry, all these feature classes are being added to current project map as layers.
I use the following script to calculate geometry.
arcpy.management.CalculateGeometryAttributes(in_features=fc, geometry_property=[["Length_ft", "LENGTH_GEODESIC"]],length_unit='FEET_US')
How to force the processing tool NOT to add the layers to map?