예제 #1
0
 public void CreateText()
 {
     string   textStr = "%%u" + "单行文字ABC123" + "%%u";
     ObjectId textId  = ModelSpace.AddText(new Point3d(20, 10, 0), textStr, 5, 0);
 }