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


IGraphicFeatureServer.ApplyEdits Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureServer Interface > IGraphicFeatureServer.ApplyEdits Method
ArcGIS Developer Help

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
);
[C++]
Parameters
TableEdits [in]

TableEdits is a parameter of type ITableEdits*

Product Availability

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

See Also

IGraphicFeatureServer Interface