The following tables list the members exposed by InsertCursor.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Flush | Write all changes to the Table. This method must be called on the MCT. Use QueuedTask.Run. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | 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