Message 1 of 3
Check if Block's color is bylayer?

Not applicable
02-07-2008
02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can check linetype, lineweight easy by doing this
dim blkref as acadblockreference
msgbox blkref.lineweight
but how do I check color? if I do:
blkref.color it returns 256, but the block is actually bylayer.
Thanks,
Viktor.
dim blkref as acadblockreference
msgbox blkref.lineweight
but how do I check color? if I do:
blkref.color it returns 256, but the block is actually bylayer.
Thanks,
Viktor.