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


INetworkUpdate.IsTopologyBeingUpdated Property (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.IsTopologyBeingUpdated Property
ArcGIS Developer Help

INetworkUpdate.IsTopologyBeingUpdated Property

Indicates if the topology of the network is currently being updated.

[Visual Basic .NET]
Public ReadOnly Property IsTopologyBeingUpdated As Boolean
[C#]
public bool IsTopologyBeingUpdated {get;}
[C++]
HRESULT get_IsTopologyBeingUpdated(
  Boolean* bIsTopologyBeingUpdated
);
[C++]
Parameters
bIsTopologyBeingUpdated [out, retval]

bIsTopologyBeingUpdated is a parameter of type bool*

Product Availability

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

Remarks

IsTopologyBeingUpdated identifies whether there is an open updating session on the topology of a logical network.  This updating session is necessary to execute the methods in INetTopologyEdit and can be opened by executing the StartTopologyUpdating method.

See Also

INetworkUpdate Interface