com.esri.arcgis.geodatabase
Interface esriNetworkAttributeAdjustmentType

All Superinterfaces:
Serializable

public interface esriNetworkAttributeAdjustmentType
extends Serializable

Adjustment type to be applied to the value of a network attribute.

Remarks

Adjustments for unique network elements can be made based on the following protocols:

Product Availability

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


Field Summary
static int esriNAATAdd
          Indicates an additive adjustment to the value of a network attribute.
static int esriNAATReplace
          Indicates a replacement of the value of a network attribute.
static int esriNAATScale
          Indicates a multiplicative adjustment to the value of a network attribute.
 

Field Detail

esriNAATScale

static final int esriNAATScale
Indicates a multiplicative adjustment to the value of a network attribute.

See Also:
Constant Field Values

esriNAATAdd

static final int esriNAATAdd
Indicates an additive adjustment to the value of a network attribute.

See Also:
Constant Field Values

esriNAATReplace

static final int esriNAATReplace
Indicates a replacement of the value of a network attribute.

See Also:
Constant Field Values