com.esri.arcgis.geodatabase
Interface esriNetworkForwardStarBacktrack

All Superinterfaces:
java.io.Serializable

public interface esriNetworkForwardStarBacktrack
extends java.io.Serializable

Policy on whether to return the from-edge in the forward star's adjacency object.

Product Availability

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


Field Summary
static int esriNFSBAllowBacktrack
           
static int esriNFSBAtDeadEndsOnly
           
static int esriNFSBNoBacktrack
           
 

Field Detail

esriNFSBNoBacktrack

public static final int esriNFSBNoBacktrack
See Also:
Constant Field Values

esriNFSBAllowBacktrack

public static final int esriNFSBAllowBacktrack
See Also:
Constant Field Values

esriNFSBAtDeadEndsOnly

public static final int esriNFSBAtDeadEndsOnly
See Also:
Constant Field Values