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


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

INetworkUpdate.StartTopologyUpdating Method

Starts a session for updating the topology of the network.

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

Product Availability

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

Remarks

Starts updating of the network topology.  This updating session must be open before calling any methods on the INetTopologyEdit interface.
If you run StartTopologyUpdating to begin an updating session, then be sure to run StopTopologyUpdating when you have finished updating.

See Also

INetworkUpdate Interface