General

General

How to save and save as a document in SCDM by script

    • FAQFAQ
      Participant

      The active document can be saved with the command: DocumentHelper.GetActiveDocument().Save() We can save the document as another document with the command: DocumentHelper.GetActiveDocument().SaveAs(r”E:myDirectorymyDesign.scdoc”)