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


IAnnotationLayer.AddErrorInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationLayer Interface > IAnnotationLayer.AddErrorInfo Property
ArcGIS Developer Help

IAnnotationLayer.AddErrorInfo Property

The errors and the file and path of the GL*.log file which stores error information when Add is called in batch (using BeginAddElements and EndAddElements).

[Visual Basic .NET]
Public Sub AddErrorInfo ( _
    ByRef errors As String, _
    ByRef FilePath As String _
)
[C#]
public void AddErrorInfo (
    ref string errors,
    ref string FilePath
);
[C++]
HRESULT get_AddErrorInfo(
  System.String* errors,
  System.String* FilePath
);
[C++]
Parameters
errors [out]

errors is a parameter of type BSTR* FilePath [out]
FilePath is a parameter of type BSTR*

Product Availability

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

See Also

IAnnotationLayer Interface