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))
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.