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


ITinEditErrorLog.SaveEditErrorLog Method (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.SaveEditErrorLog Method
ArcGIS Developer Help

ITinEditErrorLog.SaveEditErrorLog Method

Saves error log contents to a file.

[Visual Basic .NET]
Public Sub SaveEditErrorLog ( _
    ByVal fileName As String _
)
[C#]
public void SaveEditErrorLog (
    string fileName
);
[C++]
HRESULT SaveEditErrorLog(
  BSTR fileName
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR

Product Availability

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

Description

Saves a log file containing information about errors encountered while triangulating. If EditErrorCount is greater than zero at the end of an edit session call SaveEditErrorLog to write out a report.

filename is the location where to write the log file.

See Also

ITinEditErrorLog Interface