This document is archived and information here might be outdated.  Recommended version.


esriSchematicExternalQueryEvaluationMode Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Constants > E > esriSchematicExternalQueryEvaluationMode Constants
ArcGIS Developer Help

esriSchematicExternalQueryEvaluationMode Constants

Constant Value Description
esriSchematicNoQuery 0
esriSchematicQueryBuildEvaluation 1
esriSchematicQueryLoadEvaluation 2

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Remarks

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.