Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Can you please create under Layer Properties Manager a column that will show the count for each layer (# of elements in every layer)? I believe this would be a major improvement to the software.
That’s a very good idea from a workflow standpoint, and many users have asked for similar “live object statistics” inside the Layer Properties Manager—but in current AutoCAD/Civil 3D versions, that column cannot be added natively.
Short answer:
No — the Layer Properties Manager does not support custom calculated columns, so you cannot directly add a live “object count per layer” field.
Why it’s not possible (today)
The Layer Manager only displays properties stored at the layer definition level (color, linetype, etc.). Object counts are:
dynamic (change constantly)
computed across the entire drawing database
not stored as a layer property
So Autodesk hasn’t exposed a hook for it in that UI grid.
Practical alternatives that achieve the same result 1. DATAEXTRACTION (best built-in option)