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


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

esriTEEventHint Constants

Identifies the method triggering the topology event.

Constant Value Description
esriTENone 0 No event.
esriTEFixedActiveErrors 1 Active Error fixed.
esriTEDeletedActiveErrors 2 Active Error deleted.
esriTEValidate 3 Validate.

Product Availability

Available with ArcGIS Desktop.

Remarks

TEEventHints determine the type of action when methods in the TopologyExtension occurred.  This provides clients listening to ITopologyExtensionEvents::OnActiveErrorsChanged with additional information about what has taken place to change the active topology errors.