AfmViewHighlightRestriction

Syntax

(AfmViewHighlightRestriction)

Comments

Highlights all asset symbols in the current view that meet the current view restriction. Highlights according to the characteristics set with a previous call to (AfmViewHighlightSet).

Example

(AfmHighltQueryInit) (AfmHighltQueryClear 0 "HL-TMP") (AfmAssetLayer "rm") (princ "\nHighlighting rooms less than 75 square feet or metres.") (AfmViewSetSqlRest (list (list "rm.area" "<" 75.0))) (AfmViewHighlightSet 1 2 "HL-TMP" 0 20.0) (AfmViewHighlightRestriction nil)