This document is archived and information here might be outdated. Recommended version. |
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
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.