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))
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.