Hi All
Just a clarification question as I could not find any reference document.
in ArcGIS Pro Python window, we have a command "arcpy.management.AddField()" and "arcpy.AddField_management()"
I just want to know what the difference in both commands and any recommendation on usage is.
in ArcGIS Pro Notebook, I get the following Help.
Signature:
arcpy.management.AddField(
in_table=None,
field_name=None,
field_type=None,
field_precision=None,
field_scale=None,
field_length=None,
field_alias=None,
field_is_nullable=None,
field_is_required=None,
field_domain=None,
Docstring:
AddField_management(in_table, field_name, field_type, {field_precision}, {field_scale}, {field_length}, {field_alias}, {field_is_nullable}, {field_is_required}, {field_domain})