GeoEco.Datasets.ArcGIS.ArcGISTable.GetFieldByName

ArcGISTable.GetFieldByName(name)

Returns the Field for the specified field name, or None if no field exists with that name.

Parameters:

name (str) – Name of the field. Minimum length꞉ 1.

Returns:

Field for name, or None if no field exists with that name.

Return type:

Field