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


IConvertFDOAnnoToCoverageAnno.ErrorsConverting Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IConvertFDOAnnoToCoverageAnno.ErrorsConverting Property

Indicates whether there were any errors in the last conversion.

[Visual Basic .NET]
Public ReadOnly Property ErrorsConverting As Boolean
[C#]
public bool ErrorsConverting {get;}
[C++]
HRESULT get_ErrorsConverting(
  VARIANT_BOOL* ErrorsConverting
);
[C++]

Parameters ErrorsConverting [out, retval] ErrorsConverting is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IConvertFDOAnnoToCoverageAnno Interface