ArcObjects Library Reference (GeoDatabase)  

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