com.esri.arcgis.schematic
Interface esriSchematicStandardBuilderUpdateMode

All Superinterfaces:
Serializable

public interface esriSchematicStandardBuilderUpdateMode
extends Serializable

Schematic Standard builder update modes.

Product Availability

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


Field Summary
static int esriSchematicAppendMode
          Append to current diagram mode.
static int esriSchematicRebuildMode
          Rebuild current diagram mode.
 

Field Detail

esriSchematicRebuildMode

static final int esriSchematicRebuildMode
Rebuild current diagram mode.

See Also:
Constant Field Values

esriSchematicAppendMode

static final int esriSchematicAppendMode
Append to current diagram mode.

See Also:
Constant Field Values