com.esri.arcgis.geodatabase
Interface esriNetworkFeatureAncillaryRole

All Superinterfaces:
Serializable

public interface esriNetworkFeatureAncillaryRole
extends Serializable

NetworkFeature Ancillary Role types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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