com.esri.arcgis.geodatabase
Interface esriNetworkAccess

All Superinterfaces:
java.io.Serializable

public interface esriNetworkAccess
extends java.io.Serializable

Constants from esriNetworkAccess' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Network read/write access privileges.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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