Author Topic: Inserting a block into an ACADTable  (Read 3253 times)

0 Members and 1 Guest are viewing this topic.

IBIEINIID

  • Guest
Inserting a block into an ACADTable
« on: August 15, 2014, 09:56:55 AM »
I'm writing an automator that fills a key with objects to label. I'd like to use a block with an attribute (attribute value will usually be a single letter) in the first column of each row and a part description in the second row. I'm ok with inserting the description text, but how might I insert a block into a table cell and edit its attribute? I imagine the SetBlockAttributeValue command would be to change the attribute, but I can't check that part until I can insert the block. Any help?

Thanks

IBIEINIID

  • Guest
Re: Inserting a block into an ACADTable
« Reply #1 on: August 15, 2014, 09:58:48 AM »
Sorry, lemme correct that first sentence. I'm filling a table in AutoCAD with blocks in the first column, text in the second. Need to know how to insert blocks. If I just knew which ACADTable method to use, that'd probably solve my problem.