if (id.ObjectClass.IsDerivedFrom(RXObject.GetClass(typeof(DBText)))) { var text = (DBText)trans.GetObject(id, OpenMode.ForWrite); text.TextString = "AAA"; //当需要实时显示动作时加上下面的代码可以实现 db.TransactionManager.QueueForGraphicsFlush(); }