|
MapGuide API Reference
|
| virtual MgFeatureReader* MgLayer::InsertFeatures | ( | MgPropertyCollection * | properties, |
| MgTransaction * | transaction | ||
| ) | [virtual] |
Inserts a new feature into the specified feature class of the specified Feature Source.
| virtual MgFeatureReader InsertFeatures(MgPropertyCollection properties); |
| virtual MgFeatureReader InsertFeatures(MgPropertyCollection properties); |
| virtual MgFeatureReader InsertFeatures(MgPropertyCollection properties); |
| properties | (MgPropertyCollection) The collection of property values to insert |
| transaction | (MgTransaction) An optional transaction to execute this operation under |
| MgFeatureServiceException | |
| MgInvalidArgumentException | |
| MgInvalidOperationException | |
| MgFdoException |
Reimplemented from MgLayerBase.