Field in Attribute problem

Field in Attribute problem

Anonymous
Not applicable
280 Views
1 Reply
Message 1 of 2

Field in Attribute problem

Anonymous
Not applicable
I have some blocks that have 2 attribute defs in them; one of those has a field which references the CTAB sysvar, however, when I use the following snippet of code, my field disappears, is turned into a regular attribute and the value of that attribute is the CTAB name from the drawing in which it came from. returnPnt = ThisDrawing.Utility.GetPoint(, "Pick insertion point: ") Set blockRefObj = ThisDrawing.PaperSpace.InsertBlock(returnPnt, strBlockName, 1#, 1#, 1#, 0) blockRefObj.Update Has anyone seen this happen before? Am _I_ doing something wrong with the code?? How do I keep my attribute field as a field??!? -- I support two teams: The Red Sox and whoever beats the Yankees.
0 Likes
281 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Have you found a solution?
0 Likes