
The changedItem
layer and feature edits from the features
array should have the same type of geometry and the same spatial reference.
All attributes of feature edits contained in the features
array should be present in the changedItem
layer. Values for attributes of features from the edited layer which are missing in the feature edits are not changed.
The result of this task is a Boolean variable whose value is always true.
C# | ![]() |
---|---|
// features is a list of ESRI.ArcGIS.Client.BAServer.EditFeature items. // changedItem is a repository layer whose features will be edited. editFeaturesTask.ExecuteAsync(features, changedItem, new AsyncResponder(resultHandler, faultHandler)); |
System.Object
ESRI.ArcGIS.Client.BACore.Client.AbstractTask
ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
ESRI.ArcGIS.Client.BAServer.Tasks.Repository.EditFeaturesTask
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family