This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyRule Interface > ITopologyRule.TriggerErrorEvents Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* errorEvents
);
[C++]
HRESULT put_TriggerErrorEvents(
VARIANT_BOOL errorEvents
);
[C++]
Parameters errorEvents [out, retval] errorEvents is a parameter of type VARIANT_BOOL errorEvents [in] errorEvents is a parameter of type VARIANT_BOOL
The TriggerErrorEvents property is not currently in use and is reserved for future use.