how to use activedocument functions in VB

Discussion in 'AutoCAD' started by sudha, Oct 27, 2004.

  1. sudha

    sudha Guest

    hai all,

    AcadDocument_Activate()
    AcadDocument_BeginClose()
    AcadDocument_BeginSave(ByVal FileName As String)

    this are from VBA... thisdrawing..

    how can i get this functions in work in VB....

    thanks in advance
    sudha
     
    sudha, Oct 27, 2004
    #1
  2. sudha

    VBA Guest

    Dim WithEvents oDoc As AcadDocument
     
    VBA, Oct 27, 2004
    #2
  3. sudha

    sudha Guest

    hello ,

    this is great...

    thank you,
    sudha
     
    sudha, Nov 3, 2004
    #3
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.