This document is archived and information here might be outdated.  Recommended version.


IGraphicFeatureServer.ApplyEdits Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.ApplyEdits Method

[Visual Basic .NET]
Public Function ApplyEdits ( _
    ByVal TableEdits As ITableEdits _
) As ITableEditResults
[C#]
public ITableEditResults ApplyEdits (
    ITableEdits TableEdits
);
[C++]
HRESULT ApplyEdits(
  ITableEdits* TableEdits,
  ITableEditResults** TableEditResults
);
[C++]

Parameters TableEdits [in]
TableEdits is a parameter of type ITableEdits TableEditResults [out, retval]
TableEditResults is a parameter of type ITableEditResults

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicFeatureServer Interface