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


IConvertFDOAnnoToCoverageAnno.ConvertAnnotation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConvertFDOAnnoToCoverageAnno Interface > IConvertFDOAnnoToCoverageAnno.ConvertAnnotation Method
ArcGIS Developer Help

IConvertFDOAnnoToCoverageAnno.ConvertAnnotation Method

Perform the conversion. Append features from the FDO graphics layer to the coverage.

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

Product Availability

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

See Also

IConvertFDOAnnoToCoverageAnno Interface