def Minimum(inputData, FieldName,row): import arcgisscripting gp = arcgisscripting.create(9.3) inputData = "D:\Data\Test.dbf" FieldName = "N15" intable = inputData infield = FieldName # open cursor rows = gp.searchcursor(intable) row = rows.next() fval = row.GetValue(infield) gp.SetParameterAsText(2, str(fval))
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.