ArcObjects Library Reference (GeoDatabase)  

INetworkUpdate.StartAttributesUpdating Method

Starts a session for updating the attributes of the network.

[Visual Basic .NET]
Public Sub StartAttributesUpdating ( _
)
[C#]
public void StartAttributesUpdating (
);
[C++]
HRESULT StartAttributesUpdating(
void
);

Product Availability

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

Remarks

Starts updating of the network attributes.  This updating session must be open before calling any methods on the INetAttributesEdit interface.
 
If you run StartAttributesUpdating to begin an updating session, then be sure to run StopAttributesUpdating when you have finished updating.

See Also

INetworkUpdate Interface