This document is archived and information here might be outdated. Recommended version. |
Constant | Value | Description |
---|---|---|
esriSchematicNoQuery | 0 | |
esriSchematicQueryBuildEvaluation | 1 | |
esriSchematicQueryLoadEvaluation | 2 |
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.
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.