Message 1 of 2
Field in Attribute problem

Not applicable
02-04-2005
08:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.