Dim cur as ICursor = tbl.Insert(true) Dim buff as IRowBuffer ' loop your csv rows data buff = tbl.CreateRowBuffer() buff.Value(index) = ... cur.InsertRow(buff) cur.Flush()
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.