com.esri.arcgis.schematic
Interface esriSchematicAttributeEvaluationMode

All Superinterfaces:
java.io.Serializable

public interface esriSchematicAttributeEvaluationMode
extends java.io.Serializable

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

Description: 'Schematic attribute evaluation mode.' 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 esriSchematicAttributeBuildEvaluation
          Value of the attribute is evaluated during the diagram generation or update.
static int esriSchematicAttributeDrawEvaluation
          Value of the attribute is evaluated at each diagram refresh/redraw.
static int esriSchematicAttributeLoadEvaluation
          Value of the attribute is evaluated at each diagram load.
static int esriSchematicAttributeOnTheFlyEvaluation
          Value of the attribute is evaluated on the fly (as needed).
 

Field Detail

esriSchematicAttributeOnTheFlyEvaluation

static final int esriSchematicAttributeOnTheFlyEvaluation
Value of the attribute is evaluated on the fly (as needed).

See Also:
Constant Field Values

esriSchematicAttributeBuildEvaluation

static final int esriSchematicAttributeBuildEvaluation
Value of the attribute is evaluated during the diagram generation or update.

See Also:
Constant Field Values

esriSchematicAttributeLoadEvaluation

static final int esriSchematicAttributeLoadEvaluation
Value of the attribute is evaluated at each diagram load.

See Also:
Constant Field Values

esriSchematicAttributeDrawEvaluation

static final int esriSchematicAttributeDrawEvaluation
Value of the attribute is evaluated at each diagram refresh/redraw.

See Also:
Constant Field Values