com.esri.arcgis.networkanalyst
Interface esriNAFieldType

All Superinterfaces:
Serializable

public interface esriNAFieldType
extends Serializable

Network Analyst field type flags.

Product Availability

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


Field Summary
static int esriNAFieldTypeGroup
          The field is a group field.
static int esriNAFieldTypeInput
          The field is used as an input.
static int esriNAFieldTypeNotEditable
          The field is read only.
static int esriNAFieldTypeNotVisible
          The field is not visible.
static int esriNAFieldTypeOutput
          The field is used as an output.
static int esriNAFieldTypeSequence
          The field is a sequence field.
static int esriNAFieldTypeUndefined
          The field is undefined.
 

Field Detail

esriNAFieldTypeUndefined

static final int esriNAFieldTypeUndefined
The field is undefined.

See Also:
Constant Field Values

esriNAFieldTypeInput

static final int esriNAFieldTypeInput
The field is used as an input.

See Also:
Constant Field Values

esriNAFieldTypeOutput

static final int esriNAFieldTypeOutput
The field is used as an output.

See Also:
Constant Field Values

esriNAFieldTypeNotVisible

static final int esriNAFieldTypeNotVisible
The field is not visible.

See Also:
Constant Field Values

esriNAFieldTypeNotEditable

static final int esriNAFieldTypeNotEditable
The field is read only.

See Also:
Constant Field Values

esriNAFieldTypeSequence

static final int esriNAFieldTypeSequence
The field is a sequence field.

See Also:
Constant Field Values

esriNAFieldTypeGroup

static final int esriNAFieldTypeGroup
The field is a group field.

See Also:
Constant Field Values