com.esri.arcgis.schematic
Interface esriSchematicExternalQueryEvaluationMode

All Superinterfaces:
Serializable

public interface esriSchematicExternalQueryEvaluationMode
extends Serializable

Description

With the esriSchematicQueryBuildEvaluation mode, the query is executed when the diagram is generated and updated.

With the esriSchematicQueryLoadEvaluation mode, the query is dynamically reexecuted each time an editing session starts on the schematic diagram.

Remarks

When there are rules which process on schematic elements built by custom queries, the queries that return thoses elements must be evaluated with the esriSchematicQueryBuildEvaluation. Schematic elements built by custom queries with the esriSchematicQueryLoadEvaluation mode are processed after the rules execution during diagram generations and updates.

Product Availability

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


Field Summary
static int esriSchematicNoQuery
           
static int esriSchematicQueryBuildEvaluation
           
static int esriSchematicQueryLoadEvaluation
           
 

Field Detail

esriSchematicNoQuery

static final int esriSchematicNoQuery
See Also:
Constant Field Values

esriSchematicQueryBuildEvaluation

static final int esriSchematicQueryBuildEvaluation
See Also:
Constant Field Values

esriSchematicQueryLoadEvaluation

static final int esriSchematicQueryLoadEvaluation
See Also:
Constant Field Values