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


ITopologyRule.TriggerErrorEvents Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

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