com.esri.arcgis.geodatabase
Interface esriNetworkDatasetState

All Superinterfaces:
Serializable

public interface esriNetworkDatasetState
extends Serializable

States to indicate whether a network dataset has been or needs to be built.

Product Availability

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


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