com.esri.arcgis.geodatabase
Interface esriTopoSide

All Superinterfaces:
Serializable

public interface esriTopoSide
extends Serializable

Arc Sides.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTSLeft
          Left side (as moving from source to destination).
static int esriTSRight
          Right side (as moving from source to destination).
 

Field Detail

esriTSLeft

static final int esriTSLeft
Left side (as moving from source to destination).

See Also:
Constant Field Values

esriTSRight

static final int esriTSRight
Right side (as moving from source to destination).

See Also:
Constant Field Values