AfmViewHighlightSet
AfmViewHighlightSet
Syntax
(AfmViewHighlightSet nEffect
[ nColor strLayer nPattern dSpacing ])
Comments
Used in conjunction with (AfmViewHighlightRestriction) to highlight items in the drawing.
nEffect is an integer dictating the effect of the highlight: 0 solid fills the asset symbols, 1 hatches the asset symbols, 2 adds the asset symbols to a selection set. In the case of the selection set effect, you can retrieve the selection set with a call to (ssget "P").
nColor gives the AutoCAD color number to use for any highlight or hatch.
strLayer gives the layer on which hatches or solids should be placed.
nPattern is an integer, 0 through 5 inclusive, dictating which pattern should be used for solid hatches: Right-45, Left-45, Horizontal, Vertical, Grid, or Cross.