I have a gdb annotation class A and I am trying to convert A to dgn annotation. I appended the fields "Layer", "FontId", "Text", "CadType", "TxtValue", "TxtFont" and "Height" to A and set to dgn layer name, 1, anno text string, "TEXT", anno text string, "Arial", "0.7345" respectively. Then I run the tool "ExportCAD_conversion" but failed, no annotation in dgn. Anyone have ideas?