com.esri.arcgis.geodatabase
Interface esriNetworkDatasetState

All Superinterfaces:
java.io.Serializable

public interface esriNetworkDatasetState
extends java.io.Serializable

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

Description: 'States to indicate whether a network dataset has been or needs to be built.' 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 esriNDSBuilt
          The network dataset has been built.
static int esriNDSEmpty
          The network dataset has no network sources or elements.
static int esriNDSUnbuilt
          The network dataset or its sources have been edited since the last time it was built.
 

Field Detail

esriNDSUnbuilt

static final int esriNDSUnbuilt
The network dataset or its sources have been edited since the last time it was built.

See Also:
Constant Field Values

esriNDSBuilt

static final int esriNDSBuilt
The network dataset has been built.

See Also:
Constant Field Values

esriNDSEmpty

static final int esriNDSEmpty
The network dataset has no network sources or elements.

See Also:
Constant Field Values