i would like to create a new shapefile based on input.
so, my input is DATE parameter. This is my code for input parameter.
param = arcpy.Parameter( displayName="TARIKH", name="date_feature", datatype="Date", parameterType="Required", direction="Input") and then the value in this parameter will be analyze using this code:
out_path = "C:/Last" geometry_type = "POLYGON" out_name = #DATEINPUT result = arcpy.CreateFeatureclass_management(out_path, out_name,geometry_type) the main point is i dont know how to input all this code into toolbox code.
أكثر...
so, my input is DATE parameter. This is my code for input parameter.
param = arcpy.Parameter( displayName="TARIKH", name="date_feature", datatype="Date", parameterType="Required", direction="Input") and then the value in this parameter will be analyze using this code:
out_path = "C:/Last" geometry_type = "POLYGON" out_name = #DATEINPUT result = arcpy.CreateFeatureclass_management(out_path, out_name,geometry_type) the main point is i dont know how to input all this code into toolbox code.
أكثر...