com.esri.arcgis.networkanalysis
Interface esriNetworkLoaderFieldCheck

All Superinterfaces:
Serializable

public interface esriNetworkLoaderFieldCheck
extends Serializable

NetworkLoader field checker return codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriNLFCInvalidDomain
          The given field has invalid domain.
static int esriNLFCInvalidType
          The given field has invalid type.
static int esriNLFCNotFound
          The given field cannot be found or does not exist.
static int esriNLFCUnknownError
          An unknown error was encountered.
static int esriNLFCValid
          The given field is valid.
 

Field Detail

esriNLFCValid

static final int esriNLFCValid
The given field is valid.

See Also:
Constant Field Values

esriNLFCNotFound

static final int esriNLFCNotFound
The given field cannot be found or does not exist.

See Also:
Constant Field Values

esriNLFCInvalidType

static final int esriNLFCInvalidType
The given field has invalid type.

See Also:
Constant Field Values

esriNLFCInvalidDomain

static final int esriNLFCInvalidDomain
The given field has invalid domain.

See Also:
Constant Field Values

esriNLFCUnknownError

static final int esriNLFCUnknownError
An unknown error was encountered.

See Also:
Constant Field Values