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


INetworkUpdate.IsSchemaBeingUpdated Property (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.IsSchemaBeingUpdated Property
ArcGIS Developer Help

INetworkUpdate.IsSchemaBeingUpdated Property

Indicates if the schema of the network is currently being updated.

[Visual Basic .NET]
Public ReadOnly Property IsSchemaBeingUpdated As Boolean
[C#]
public bool IsSchemaBeingUpdated {get;}
[C++]
HRESULT get_IsSchemaBeingUpdated(
  Boolean* bIsSchemaBeingUpdated
);
[C++]
Parameters
bIsSchemaBeingUpdated [out, retval]

bIsSchemaBeingUpdated is a parameter of type bool*

Product Availability

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

Remarks

IsSchemaBeingUpdated identifies whether there is an open updating session on the schema.  This updating session is necessary to execute the methods in INetSchemaEdit and can be opened by executing the StartSchemaUpdating method.

See Also

INetworkUpdate Interface