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


ITinEditErrorLog Interface (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
ArcGIS Developer Help

ITinEditErrorLog Interface

Provides access to TIN's internal edit errors.

Product Availability

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

Description

This interface is used to catch and report problems that may occur when inserting geometry into a triangulation.

Members

Name Description
Method ClearEditErrorLog Clears existing error log contents.
Read/write property CurrentObjectClassName Name representing a group of shapes to be added/edited.
Read/write property CurrentObjectID ID of the shape to be added/edited.
Read-only property EditErrorCount The number of errors.
Method SaveEditErrorLog Saves error log contents to a file.

Classes that implement ITinEditErrorLog

Classes Description
Tin The Esri TIN component.