Overridden Dims background show grey

Overridden Dims background show grey

arshadmirza786
Collaborator Collaborator
705 Views
1 Reply
Message 1 of 2

Overridden Dims background show grey

arshadmirza786
Collaborator
Collaborator

Searching for a LISP which mark the EDITED /OVERRIDE dims with grey background (like FIELDs)

 

Hoping will find a wayout

0 Likes
706 Views
1 Reply
Reply (1)
Message 2 of 2

Kent1Cooper
Consultant
Consultant

I am aware of a routine to find Dimensions with override text, here.  It puts them on a special Layer -- are you capable of modifying something like that to do what you're after instead?  This would be the core operation:

 

(vla-put-TextFillColor DimensionAsVLAObject YourBackgroundColorNumber)

Kent Cooper, AIA
0 Likes