com.esri.arcgis.schematic
Interface esriSchematicAttributeEvaluationMode

All Superinterfaces:
Serializable

public interface esriSchematicAttributeEvaluationMode
extends Serializable

Schematic attribute evaluation mode.

Product Availability

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


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