com.esri.arcgis.geodatabase
Interface esriNetworkFeatureAncillaryRole

All Superinterfaces:
java.io.Serializable

public interface esriNetworkFeatureAncillaryRole
extends java.io.Serializable

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

Description: 'NetworkFeature Ancillary Role types.' 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 esriNFARNone
          Ancillary Role None.
static int esriNFARSink
          Ancillary Role Sink.
static int esriNFARSource
          Ancillary Role Source.
 

Field Detail

esriNFARNone

static final int esriNFARNone
Ancillary Role None.

See Also:
Constant Field Values

esriNFARSource

static final int esriNFARSource
Ancillary Role Source.

See Also:
Constant Field Values

esriNFARSink

static final int esriNFARSink
Ancillary Role Sink.

See Also:
Constant Field Values