com.esri.arcgis.schematic
Interface esriSchematicStandardBuilderUpdateType

All Superinterfaces:
Serializable

public interface esriSchematicStandardBuilderUpdateType
extends Serializable

Schematic Standard builder update types.

Product Availability

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


Field Summary
static int esriSchematicUpdateFromCurrent
          Update from the current content of the diagram.
static int esriSchematicUpdateFromInitial
          Update from the initial content of the diagram.
static int esriSchematicUpdateFromInitialProcessing
          Update from rerunning the initial trace of the diagram.
static int esriSchematicUpdateFromSelection
          Update from the current selection set.
static int esriSchematicUpdateFromTracing
          Update from the current trace result.
 

Field Detail

esriSchematicUpdateFromSelection

static final int esriSchematicUpdateFromSelection
Update from the current selection set.

See Also:
Constant Field Values

esriSchematicUpdateFromTracing

static final int esriSchematicUpdateFromTracing
Update from the current trace result.

See Also:
Constant Field Values

esriSchematicUpdateFromInitial

static final int esriSchematicUpdateFromInitial
Update from the initial content of the diagram.

See Also:
Constant Field Values

esriSchematicUpdateFromCurrent

static final int esriSchematicUpdateFromCurrent
Update from the current content of the diagram.

See Also:
Constant Field Values

esriSchematicUpdateFromInitialProcessing

static final int esriSchematicUpdateFromInitialProcessing
Update from rerunning the initial trace of the diagram.

See Also:
Constant Field Values