ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* bIsAttributesBeingUpdated
);
[C++]

Parameters

bIsAttributesBeingUpdated [out, retval]   bIsAttributesBeingUpdated is a parameter of type VARIANT_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