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.