Drawing blocks list iterating using Basic.Net?

Discussion in 'AutoCAD' started by technosterone, Dec 2, 2004.

  1. Hello, gentlemen! Tell me, please, how to iterate programmatically with
    Basc.Net through a list of blocks that can be seen after <_insert> command
     
    technosterone, Dec 2, 2004
    #1
  2. technosterone

    john m Guest

    well this newsgroup is about vba not dotnet
    and there are a few ways you could use dotnet in this context

    but the objects involved are still the same i think
    something like

    for each block in thisdrawing.blocks
    .....whatever you wanted to do
    next
     
    john m, Dec 7, 2004
    #2
  3. Hi John,

    Autodesk have not provided a .NET NG

    In the absence of such a group this one makes the most sense to raise .NET
    issues. There have been many discussions.
    in this field in the last few years.

    --


    Laurie Comerford
    CADApps
    www.cadapps.com.au
     
    Laurie Comerford, Dec 7, 2004
    #3
  4. This is the Visual Basic Customization group not specifically VBA. The question was Visual Basic .NET so this is the right place. .NET is a framework that many languages can use.

    Regards - Nathan
     
    Nathan Taylor, Dec 7, 2004
    #4
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.