Attach a boundary by selection - VBA

Discussion in 'AutoCAD' started by Craig Barrett, May 21, 2004.

  1. How do I attach a boundary by selecting it using VBA, Am I on the right
    track with this method:

    Dim returnobj As AcadObject
    Dim coords As Variant
    coords = returnObj.Coordinates
    bounds.Add kBoundaryTypeOuter, True, coords, "new boundary"

    Thanks,
    Craig
     
    Craig Barrett, May 21, 2004
    #1
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.