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
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.