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.