Xref insertion point

Discussion in 'AutoCAD' started by hamid2, Sep 16, 2004.

  1. hamid2

    hamid2 Guest

    Hello

    How to get the xref insertion point in VBA?

    Thank you in advance.
     
    hamid2, Sep 16, 2004
    #1
  2. Dim XrefPt As Variant
    Dim XrefBlock As AcadExternalReference
    XrefPt = XrefBlock.InsertionPoint
     
    Paul Richardson, Sep 17, 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.