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


ITopologyRule.TriggerErrorEvents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.TriggerErrorEvents Property
ArcGIS Developer Help

ITopologyRule.TriggerErrorEvents Property

Indicates if error events are triggered for the topology rule.

[Visual Basic .NET]
Public Property TriggerErrorEvents As Boolean
[C#]
public bool TriggerErrorEvents {get; set;}
[C++]
HRESULT get_TriggerErrorEvents(
  Boolean* errorEvents
);
[C++]
HRESULT put_TriggerErrorEvents(
  VARIANT_BOOL errorEvents
);
[C++]
Parameters
errorEvents [out, retval]

errorEvents is a parameter of type bool* errorEvents [in]
errorEvents is a parameter of type bool

Product Availability

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

Remarks

The TriggerErrorEvents property is not currently in use and is reserved for future use.

See Also

ITopologyRule Interface