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


INetworkUpdate.StopTopologyUpdating 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.StopTopologyUpdating Method
ArcGIS Developer Help

INetworkUpdate.StopTopologyUpdating Method

Ends the session for updating the topology of the network.

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

Product Availability

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

Remarks

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

See Also

INetworkUpdate Interface