Подскаджите что не так делаю.
Вот есть функция.
public static DBText acadnet_Element_Create_DBText(string s, pnt pos, TextHorizontalMode THm) {
DBText txt = new DBText();
txt.TextString = s;
txt.Position = new Point3d(pos.x, pos.y, 0);
txt.Height = 0.5;
txt.HorizontalMode = THm;
txt.AlignmentPoint = txt.Position;
return txt;
}
1) Если в параметр THm передаю значение = TextHorizontalMode.TextMid - ВСЕ ХОРОШО!!!
2) А если передаю TextHorizontalMode.TextLeft или TextHorizontalMode.TextRight,
то сообщает ошибку:
Autodesk.AutoCAD.Runtime.Exception: eNotApplicable