com.esri.arcgis.geodatabase
Interface esriNetworkAccess

All Superinterfaces:
Serializable

public interface esriNetworkAccess
extends Serializable

Network read/write access privileges.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNACreate
          Creates a network.
static int esriNAReadOnly
          Opens the network with read only permission.
static int esriNAReadWrite
          Opens the network with read and write permissions.
 

Field Detail

esriNAReadOnly

static final int esriNAReadOnly
Opens the network with read only permission.

See Also:
Constant Field Values

esriNAReadWrite

static final int esriNAReadWrite
Opens the network with read and write permissions.

See Also:
Constant Field Values

esriNACreate

static final int esriNACreate
Creates a network.

See Also:
Constant Field Values