Ends the session for updating the attributes of the network.
[Visual Basic .NET]
Public Sub StopAttributesUpdating ( _
)
[C#] public void StopAttributesUpdating ( );
[C++]
HRESULT StopAttributesUpdating(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
StopAttributesUpdating is run to close an updating session on the attributes that started with StartAttributesUpdating. Do not run this method if you did not begin updating the attributes by executing StartAttributesUpdating. Methods in the INetAttributesEdit interface can not be executed once StopAttributesUpdating has been executed.