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


INetwork.Status Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetwork.Status Property

Status of the network.

[Visual Basic .NET]
Public ReadOnly Property Status As esriNetworkStatus
[C#]
public esriNetworkStatus Status {get;}
[C++]
HRESULT get_Status(
  esriNetworkStatus* networkStatus
);
[C++]

Parameters networkStatus [out, retval]
networkStatus is a parameter of type esriNetworkStatus

Product Availability

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

Remarks

The status of a network can be:

esriNSInvalidConnection
esriNSNetworkAlreadyExist
esriNSReadOnlyNetwork
esriNSCannotOpenTables
esriNSCannotCreateTables
esriNSInvalidElementClasses
esriNSInvalidWeights
esriNSUnknownStatus
esriNSValidNetwork

See Also

INetwork Interface