ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* bIsSchemaBeingUpdated
);
[C++]

Parameters

bIsSchemaBeingUpdated [out, retval]   bIsSchemaBeingUpdated is a parameter of type VARIANT_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