TheSwamp

Code Red => VB(A) => Topic started by: tdaniel14 on June 28, 2006, 10:59:31 AM

Title: Block attribute mirror
Post by: tdaniel14 on June 28, 2006, 10:59:31 AM
I have a program that inserts a block and fills the blank attributes with information from a VBA dialog box.  I typically copy and mirror the block several times in the drawing.  I have another program that modifies the block and updates all the blocks in the drawing.  When the blocks are updated, all attributes in the mirrored blocks change justification to match the original.  Is there a way to fix this problem?
Title: Re: Block attribute mirror
Post by: T.Willey on June 28, 2006, 01:36:59 PM
I'm not aVB(A)'er, but look at the "TextGenerationFlag" property.  I think that will help you.