ArcObjects Library Reference (Carto)  

IFDOAttributeConversion Interface

Provides access to members that control the attribute conversion to a FDO graphics layer.

Product Availability

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

When To Use

When using the DoAddFeature method on IFDOGraphicsLayer to add elements and fields to an annotation feature class, you call SetupAttributeConversion2 to define the field mapping from the source feature to the target annotation feature class.

 

Members

Description
Method SetupAttributeConversion2 Sets up attribute conversion parameters for batch conversion.

CoClasses that implement IFDOAttributeConversion

CoClasses and Classes Description
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).

Remarks

SetupAttributeConversion2 should be used with Visual Basic, Java, or the .NET languages. If you are using C++, you can use the SetupAttributeConversion method on IFDOGraphicsLayer.

This method should be called after calling BeginAddElements. BeginAddElements will reset any attribute conversion setup that was established before calling it.

See Also

IAnnotationFeature Interface