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


IFeatureServiceEditExtension.StopEditing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServiceEditExtension Interface > IFeatureServiceEditExtension.StopEditing Method
ArcGIS Developer Help

IFeatureServiceEditExtension.StopEditing Method

[Visual Basic .NET]
Public Sub StopEditing ( _
    ByVal pLayer As IGroupLayer _
)
[C#]
public void StopEditing (
    IGroupLayer pLayer
);
[C++]
HRESULT StopEditing(
  IGroupLayer* pLayer
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type IGroupLayer*

Product Availability

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

See Also

IFeatureServiceEditExtension Interface