com.esri.arcgis.geodatabase
Interface esriNetworkAttributeDataType

All Superinterfaces:
Serializable

public interface esriNetworkAttributeDataType
extends Serializable

Data type of a network dataset attribute.

Product Availability

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


Field Summary
static int esriNADTBoolean
          The network attribute is of Boolean data type.
static int esriNADTDouble
          The network attribute is of Double data type.
static int esriNADTFloat
          The network attribute is of Float data type.
static int esriNADTInteger
          The network attribute is of Integer data type.
 

Field Detail

esriNADTInteger

static final int esriNADTInteger
The network attribute is of Integer data type.

See Also:
Constant Field Values

esriNADTFloat

static final int esriNADTFloat
The network attribute is of Float data type.

See Also:
Constant Field Values

esriNADTDouble

static final int esriNADTDouble
The network attribute is of Double data type.

See Also:
Constant Field Values

esriNADTBoolean

static final int esriNADTBoolean
The network attribute is of Boolean data type.

See Also:
Constant Field Values