Polyline with attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, for years I have abandoned the development of utility in lisp, and now I am definitely rusty, I hope for your help
I would like to obtain a polyline to be built at will that is connected to one or more attributes to be applied on it and also its total length, all in order to later extract the data and bring them to a spreadsheet.
For example the following data to extract
Polyline name (to be assigned during drawing)
1st alphanumeric value (data to be assigned during the design phase)
2nd alphanumeric value 1 (data to be assigned during the design phase)
3rd alphanumeric value 1 (data to be assigned during the design phase)
n ° Alphanumeric value 1 (data to be assigned during the design phase)
1st numeric value (Total length of the polyline)
If anyone has already done something similar or if you could give me a tip I would be grateful.