com.esri.arcgis.datasourcesfile
Interface esriSMNetAttributeType

All Superinterfaces:
Serializable

public interface esriSMNetAttributeType
extends Serializable

Types of network attributes.

Product Availability

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


Field Summary
static int esriSMNetAttrBoolean
          Net attribute has Boolean type.
static int esriSMNetAttrDouble
          Net attribute has Double type.
static int esriSMNetAttrFloat
          Net attribute has Float type.
static int esriSMNetAttrInteger
          Net attribute has Integer type.
static int esriSMNetAttrShape
          Net attribute has Shape type.
static int esriSMNetAttrString
          Net attribute has String type.
 

Field Detail

esriSMNetAttrInteger

static final int esriSMNetAttrInteger
Net attribute has Integer type.

See Also:
Constant Field Values

esriSMNetAttrFloat

static final int esriSMNetAttrFloat
Net attribute has Float type.

See Also:
Constant Field Values

esriSMNetAttrDouble

static final int esriSMNetAttrDouble
Net attribute has Double type.

See Also:
Constant Field Values

esriSMNetAttrBoolean

static final int esriSMNetAttrBoolean
Net attribute has Boolean type.

See Also:
Constant Field Values

esriSMNetAttrString

static final int esriSMNetAttrString
Net attribute has String type.

See Also:
Constant Field Values

esriSMNetAttrShape

static final int esriSMNetAttrShape
Net attribute has Shape type.

See Also:
Constant Field Values