Expression:accumulate( !oznaczen_1! )Expression Type:PYTHON_9.3Code Block:total = 0def accumulate(increment): global total if total: total += increment else: total = increment return total
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.