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


INetworkUpdate.StartSchemaUpdating Method (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.StartSchemaUpdating Method
ArcGIS Developer Help

INetworkUpdate.StartSchemaUpdating Method

Starts a session for updating the schema of the network.

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

Product Availability

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

Remarks

Starts updating of the network schema.  This updating session must be open before calling any methods on the INetSchemaEdit interface.
If you run StartSchemaUpdating to begin an updating session, then be sure to run StopSchemaUpdating when you have finished updating. 

See Also

INetworkUpdate Interface