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


INetwork.Status Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetwork Interface > INetwork.Status Property
ArcGIS Developer Help

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