MemoryDataSet.Insert Method
Inserts a feature into the MemoryDataSet.
Insert(Feature feature)
Inserts a feature into the MemoryDataSet.Syntax
public Id Insert (
Feature feature
)
Parameters
The feature to insert.
Return Value
The identity of the feature.
Remarks
The feature must have the same Crs as the MemoryDataSet, otherwise an exception will be thrown.
Platforms
Windows, Linux, Android