Message 1 of 30
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Could someone help me clean up this code to get it working properly upon startup? Details and logic required are below:
- AutoCAD full version 2025
- Latest error message received:
- AutoCAD menu utilities loaded.; error: bad argument type: VLA-object collection: #<VLA-OBJECT IAcadSummaryInfo 000001f98b8cf178>; error: bad argument type: VLA-object collection: #<VLA-OBJECT IAcadSummaryInfo 000001f98b8cf178>
- Logic of the code:
- Import dwgprops from “INTAKE.csv” that is in the same folder as the AutoCAD drawing file
- Needs to be case-insensitive
- Field name = Column A of INTAKE.csv, Value = Column B of INTAKE.csv
- Any field name in the csv should populate the corresponding values in dwgprops (including blank values)
- Any dwgprop inside the dwg file that is not listed in the csv file should remain as-is
Solved! Go to Solution.