colawater.toolbox.append_to_art#

Submodules#

Package Contents#

Functions#

execute(→ None)

Entry point for Append to ART.

parameters(→ list[arcpy.Parameter])

Returns the parameters for Append to ART.

colawater.toolbox.append_to_art.execute(parameters: list[arcpy.Parameter]) None#

Entry point for Append to ART.

Appends recent integrated and well-sourced mains from a given editor to the Asset Reference Table.

Parameters:

parameters (list[arcpy.Parameter]) – The list of parameters.

colawater.toolbox.append_to_art.parameters() list[arcpy.Parameter]#

Returns the parameters for Append to ART.

Parameters are of type GPString, GPDate, GPFeatureLayer, GPTableView, and GPBoolean.

Returns:

The list of parameters.

Return type:

list[arcpy.Parameter]