ArcObjects Library Reference (GeoDatabase)  

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