Dim outRef as double If Not IsNull( [REF_ELEV] ) Then outRef = [REF_ELEV] Else outRef = [GRND_ELEV] End If
def fillGaps(grnd, ref): if ref: return ref else: return grnd
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.