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


IConvertFDOAnnoToCoverageAnno.FeaturesConverted Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IConvertFDOAnnoToCoverageAnno.FeaturesConverted Property

Number of features converted in the last conversion.

[Visual Basic .NET]
Public ReadOnly Property FeaturesConverted As Integer
[C#]
public int FeaturesConverted {get;}
[C++]
HRESULT get_FeaturesConverted(
  long* numberConverted
);
[C++]

Parameters numberConverted [out, retval] numberConverted is a parameter of type long

Product Availability

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

See Also

IConvertFDOAnnoToCoverageAnno Interface