This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETopology Interface > IDETopology.MaximumGeneratedErrorCount Property (ArcObjects .NET 10.4 SDK) |
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