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


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

IGraphicFeatureServer2.ApplyEdits2 Method

[Visual Basic .NET]
Public Function ApplyEdits2 ( _
    ByVal gdbVersion As String, _
    ByVal TableEdits As ITableEdits, _
    ByVal rollbackOnFailure As Boolean _
) As ITableEditResults
[C#]
public ITableEditResults ApplyEdits2 (
    string gdbVersion,
    ITableEdits TableEdits,
    bool rollbackOnFailure
);
[C++]
HRESULT ApplyEdits2(
  BSTR gdbVersion,
  ITableEdits* TableEdits,
  VARIANT_BOOL rollbackOnFailure
);
[C++]
Parameters
gdbVersion [in]

gdbVersion is a parameter of type BSTR TableEdits [in]
TableEdits is a parameter of type ITableEdits* rollbackOnFailure [in]
rollbackOnFailure is a parameter of type bool

Product Availability

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

See Also

IGraphicFeatureServer2 Interface