This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkUpdate Interface > INetworkUpdate.IsTopologyBeingUpdated Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* bIsTopologyBeingUpdated
);
[C++]
Parameters bIsTopologyBeingUpdated [out, retval] bIsTopologyBeingUpdated is a parameter of type VARIANT_BOOL
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.