Saving a Drawing in ObjectDBX

Discussion in 'AutoCAD' started by JFord, Nov 29, 2004.

  1. JFord

    JFord Guest

    I am wanting to use objectDBX to modify a drawing and save it. Everything goes OK until I try to save the drawing. I'm using the statement:

    DbxTDoc.Save

    where DbxTDoc is the drawing file I've modified. When the code gets to this statement, I get the error "Method Save of Object IAxDbDocument Failed".
    Is there a way to save a drawing in objectDBX or am I trying something that can't be done?
    Thanks!
     
    JFord, Nov 29, 2004
    #1
  2. JFord

    Ed Jobe Guest

    The Save method is not implemented, you have to use SaveAs.

    --
    ----
    Ed
    ----
    goes OK until I try to save the drawing. I'm using the statement:
    this statement, I get the error "Method Save of Object IAxDbDocument
    Failed".
     
    Ed Jobe, Nov 29, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.