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


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

INetworkUpdate.IsAttributesBeingUpdated Property

Indicates if the attributes of the network are currently being updated.

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

bIsAttributesBeingUpdated is a parameter of type bool*

Product Availability

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

Remarks

IsAttributesBeingUpdated identifies whether there is an open updating session on the attrbiutes of a logical network.  This updating session is necessary to execute the methods in INetAttributesEdit and can be opened by executing the StartAttributesUpdating method.

See Also

INetworkUpdate Interface