MemoryDataSet.Remove Method
Remove(Id id)
Removes a feature from the MemoryDataSet.Syntax
public System.Boolean Remove (
Id id
)
Parameters
The identity of the feature to remove.
Return Value
True if the feature was removed; otherwise, False.
Remarks
A view's selected features are not automatically deselected when they are removed, you have to manually call View.Deselect.
Platforms
Windows, Linux, Android