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