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


IDETopology.MaximumGeneratedErrorCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETopology Interface > IDETopology.MaximumGeneratedErrorCount Property
ArcGIS Developer Help

IDETopology.MaximumGeneratedErrorCount Property

The maximum number of errors to generate when validating a topology.

[Visual Basic .NET]
Public Property MaximumGeneratedErrorCount As Integer
[C#]
public int MaximumGeneratedErrorCount {get; set;}
[C++]
HRESULT get_MaximumGeneratedErrorCount(
  System.Int32* maxErrorCount
);
[C++]
HRESULT put_MaximumGeneratedErrorCount(
  long maxErrorCount
);
[C++]
Parameters
maxErrorCount [out, retval]

maxErrorCount is a parameter of type long* maxErrorCount [in]
maxErrorCount is a parameter of type long

Product Availability

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

See Also

IDETopology Interface