com.esri.arcgis.geodatabase
Interface esriNetworkAttributeAdjustmentType

All Superinterfaces:
java.io.Serializable

public interface esriNetworkAttributeAdjustmentType
extends java.io.Serializable

Constants from esriNetworkAttributeAdjustmentType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Adjustment type to be applied to the value of a network attribute.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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