CAD tip # 5387:
Question
The fArea utility also contains the commands fLength (length/perimeter label) and fProp (labels linetype, material, layer or other object or sub-object property).
With the option "sPace" you can switch the space (modelspace/paperspace) to select and refer an object from a different space.
You can use multiplication and correction (add/subtract) do dynamically adjust the resulting property value. You can also sum (total) properties of selected entities.
FArea.VLX is free for download on Download
Just load the VLX file with APPLOAD and run the fArea command.
(with (setq) you can preset the _FAREASUFFIX, _FAREAFACTOR and _FAREAPREC Lisp variables for the label suffix, the label value multiplication factor and the display precision respectively; you can set the same values also in the command's option Setup)

