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


ITinEditErrorLog.EditErrorCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEditErrorLog Interface > ITinEditErrorLog.EditErrorCount Property
ArcGIS Developer Help

ITinEditErrorLog.EditErrorCount Property

The number of errors.

[Visual Basic .NET]
Public ReadOnly Property EditErrorCount As Integer
[C#]
public int EditErrorCount {get;}
[C++]
HRESULT get_EditErrorCount(
  System.Int32* pcErrors
);
[C++]
Parameters
pcErrors [out, retval]

pcErrors is a parameter of type long*

Product Availability

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

Description

The number of errors encountered while modifying the triangulation.

See Also

ITinEditErrorLog Interface