com.esri.arcgis.geodatabase
Interface esriTopologyState

All Superinterfaces:
Serializable

public interface esriTopologyState
extends Serializable

Topology States.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriTSAnalyzedWithErrors
          Analyzed with errors.
static int esriTSAnalyzedWithoutErrors
          Analyzed without errors.
static int esriTSEmpty
          Empty.
static int esriTSUnanalyzed
          Unanalyzed.
 

Field Detail

esriTSUnanalyzed

static final int esriTSUnanalyzed
Unanalyzed.

See Also:
Constant Field Values

esriTSAnalyzedWithErrors

static final int esriTSAnalyzedWithErrors
Analyzed with errors.

See Also:
Constant Field Values

esriTSAnalyzedWithoutErrors

static final int esriTSAnalyzedWithoutErrors
Analyzed without errors.

See Also:
Constant Field Values

esriTSEmpty

static final int esriTSEmpty
Empty.

See Also:
Constant Field Values