ArcObjects Library Reference (GeoDatabase)  

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