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


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

ITinEditErrorLog.ClearEditErrorLog Method

Clears existing error log contents.

[Visual Basic .NET]
Public Sub ClearEditErrorLog ( _
)
[C#]
public void ClearEditErrorLog (
);
[C++]
HRESULT ClearEditErrorLog(
void
);

Product Availability

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

See Also

ITinEditErrorLog Interface