The following tables list the members exposed by InsertCursor.
Public Properties
Public Methods
| Name | Description |
 | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | Flush | Write all changes to the Table. This method must be called on the MCT. Use QueuedTask.Run. |
 | Insert | Inserts a new Row into the Table with a system-assigned object ID. This method must be called on the MCT. Use QueuedTask.Run. |
 | InsertEx | Inserts a new Row into the Table with a system-assigned object ID. This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also