Page 1 of 1
fHasOutline
Posted: Mon Oct 10, 2005 6:23 pm
by macton
LM_SHAPE.fHasOutline doesn't actually seem to reflect the setting of the shape. CopyProperties() doesn't copy the outline value properly either.
Posted: Mon Oct 10, 2005 8:50 pm
by mr. blaaa
strange... but a better scriptOR than i am will maybe be able to describe why this happens.., sorry but regards.
MR.BLAAA
Posted: Tue Oct 11, 2005 10:27 pm
by Lost Marble
LM_SHAPE.fHasOutline should correctly reflect that status of the shape.
shape. CopyProperties() purposely does not copy the status of whether there is an outline or not. For example, you may want to copy the fill settings from one shape to another, but not change whether the second shape has an outline or not. If the script you're writing does want to change the status of the outline, it will have to copy that setting separately.