com.esri.arcgis.geodatabase
Interface esriNetworkStatus

All Superinterfaces:
Serializable

public interface esriNetworkStatus
extends Serializable

Specifies the current status of the network.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNSCannotCreateTables
          The network tables cannot be created.
static int esriNSCannotOpenTables
          The network tables cannot be opened.
static int esriNSInvalidConnection
          The network connection is invalid.
static int esriNSInvalidElementClasses
          The network element classes are invalid.
static int esriNSInvalidName
          The network name is invalid.
static int esriNSInvalidWeights
          The network weights are invalid.
static int esriNSNetworkAlreadyExist
          The network already exists and hence cannot be created.
static int esriNSReadOnlyNetwork
          The network is read only.
static int esriNSUnknownStatus
          The status of the network is unknown.
static int esriNSValidNetwork
          The network is valid.
 

Field Detail

esriNSInvalidConnection

static final int esriNSInvalidConnection
The network connection is invalid.

See Also:
Constant Field Values

esriNSNetworkAlreadyExist

static final int esriNSNetworkAlreadyExist
The network already exists and hence cannot be created.

See Also:
Constant Field Values

esriNSReadOnlyNetwork

static final int esriNSReadOnlyNetwork
The network is read only.

See Also:
Constant Field Values

esriNSCannotOpenTables

static final int esriNSCannotOpenTables
The network tables cannot be opened.

See Also:
Constant Field Values

esriNSCannotCreateTables

static final int esriNSCannotCreateTables
The network tables cannot be created.

See Also:
Constant Field Values

esriNSInvalidElementClasses

static final int esriNSInvalidElementClasses
The network element classes are invalid.

See Also:
Constant Field Values

esriNSInvalidWeights

static final int esriNSInvalidWeights
The network weights are invalid.

See Also:
Constant Field Values

esriNSUnknownStatus

static final int esriNSUnknownStatus
The status of the network is unknown.

See Also:
Constant Field Values

esriNSValidNetwork

static final int esriNSValidNetwork
The network is valid.

See Also:
Constant Field Values

esriNSInvalidName

static final int esriNSInvalidName
The network name is invalid.

See Also:
Constant Field Values