Overload | Description |
---|---|
Delete(MapMember,Int64) | Delete a feature or row. |
Delete(Table,Int64) | Delete a row. This method must be called on the MCT. Use QueuedTask.Run |
Delete(Table,IEnumerable<Int64>) | Delete rows. This method must be called on the MCT. Use QueuedTask.Run |
Delete(Row) | Delete a row. |
Delete(IEnumerable<Row>) | Delete rows. |
Delete(MapMember,IEnumerable<Int64>) | Delete features or rows. |
Delete(IEnumerable<KeyValuePair<MapMember,List<Int64>>>) | Delete the selection. |
Delete(AssociationDescription) | Deletes a utility network association. |
Delete(RelationshipDescription) | Deletes the relationship that associates the two specified rows in the RelationshipDescription. This method must be called on the MCT. Use QueuedTask.Run |