GeoEco.Datasets.UpdateCursor.SetGeometry
- UpdateCursor.SetGeometry(geometry)
Sets the geometry of the current row.
This method will fail if the cursor’s
Tabledoes not have geometry. To determine if it has geometry, check theGeometryTypeproperty of theTableinstance.Note
Changes to the row are not actually submitted through the underlying programming library to the underlying data store until
UpdateRow()is called. If you callSetGeometry()but then neglect to callUpdateRow()before callingNextRow(), your changes will be lost.