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