This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the attribute conversion to a FDO graphics layer.
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.
Name | Description | |
---|---|---|
SetupAttributeConversion2 | Sets up attribute conversion parameters for batch conversion. |
Classes | Description |
---|---|
FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |
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.