com.esri.arcgis.datasourcesfile
Interface esriSMRestrictionType

All Superinterfaces:
Serializable

public interface esriSMRestrictionType
extends Serializable

Routing restriction policy types.

Product Availability

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


Field Summary
static int esriSMRTRelaxed
          Violate this restriction only if no other route can be calculated.
static int esriSMRTStrict
          Never violate this restriction.
 

Field Detail

esriSMRTStrict

static final int esriSMRTStrict
Never violate this restriction.

See Also:
Constant Field Values

esriSMRTRelaxed

static final int esriSMRTRelaxed
Violate this restriction only if no other route can be calculated.

See Also:
Constant Field Values