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


INetworkUpdate.StopAttributesUpdating Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkUpdate Interface > INetworkUpdate.StopAttributesUpdating Method
ArcGIS Developer Help

INetworkUpdate.StopAttributesUpdating Method

Ends the session for updating the attributes of the network.

[Visual Basic .NET]
Public Sub StopAttributesUpdating ( _
)
[C#]
public void StopAttributesUpdating (
);
[C++]
HRESULT StopAttributesUpdating(
void
);

Product Availability

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

Remarks

StopAttributesUpdating is run to close an updating session on the attributes that started with StartAttributesUpdating.  Do not run this method if you did not begin updating the attributes by executing StartAttributesUpdating.  Methods in the INetAttributesEdit interface can not be executed once StopAttributesUpdating has been executed.

See Also

INetworkUpdate Interface