com.esri.arcgis.schematic
Interface esriSchematicStandardBuilderUpdateType

All Superinterfaces:
java.io.Serializable

public interface esriSchematicStandardBuilderUpdateType
extends java.io.Serializable

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

Description: 'Schematic Standard builder update types.' 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 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