com.esri.arcgis.geodatabase
Interface esriTopoDirection

All Superinterfaces:
java.io.Serializable

public interface esriTopoDirection
extends java.io.Serializable

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

Description: 'Arc Directions.' 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 esriTDFrom
          From (or source) direction.
static int esriTDTo
          To (or destination) direction.
 

Field Detail

esriTDTo

static final int esriTDTo
To (or destination) direction.

See Also:
Constant Field Values

esriTDFrom

static final int esriTDFrom
From (or source) direction.

See Also:
Constant Field Values