Ejemplo n.º 1
0
 public void XMLOUT()
 {
     try
     {
         ////LicenseManager.CheckValid("FULL");
         ObjectId[] objectId_ = CommandLineQuerries.smethod_4(true);
         CommandLineQuerries.SpecifyFileNameForWrite(ref IO2.string_0, ref IO2.string_8, "xml");
         this.method_1(objectId_);
     }
     catch (System.Exception ex)
     {
         Editor editor = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Editor;
         editor.WriteMessage(Environment.NewLine + ex.Message + Environment.NewLine);
     }
 }