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