コード例 #1
0
ファイル: Class1.cs プロジェクト: boxer-tyson/.NetAutoCADDemo
 public void CreateText()
 {
     string   textStr = "%%u" + "单行文字ABC123" + "%%u";
     ObjectId textId  = ModelSpace.AddText(new Point3d(20, 10, 0), textStr, 5, 0);
 }