![]() |
LuciadCPillar C# 2024.1.04
|
This class defines how an IFeatureModel
can be updated.
More...
Public Member Functions | |
void | Update (Luciad.Models.Features.FeatureModelUpdate modelUpdate) |
This method is called to perform an update to the model. More... | |
This class defines how an IFeatureModel
can be updated.
A IFeatureModelUpdater
can be accessed through the model using IFeatureModel.GetUpdater
void Luciad.Models.Features.IFeatureModelUpdater.Update | ( | Luciad.Models.Features.FeatureModelUpdate | modelUpdate | ) |
This method is called to perform an update to the model.
IFeatureModelUpdater
is responsible for:
model events
after performing the change updater callback
(if configured) to inform the caller of this method that the update was successful or not. This for example allows the caller to know which id was assigned to the new Feature
. modelUpdate | the object that contains the changes that should be applied on the model. |