도곽 변수 tag mapping 소스 추가

This commit is contained in:
김민성
2025-07-17 16:26:58 +09:00
parent c8c6c67ba9
commit d24ab69bb1
3 changed files with 411 additions and 2 deletions

View File

@@ -160,8 +160,6 @@ namespace DwgExtractorManual.Models
titleBlockSheet.Cells[titleBlockCurrentRow, 1] = attDef.GetType().Name;
titleBlockSheet.Cells[titleBlockCurrentRow, 2] = attDef.BlockName;
titleBlockSheet.Cells[titleBlockCurrentRow, 3] = attDef.Tag;
titleBlockSheet.Cells[titleBlockCurrentRow, 4] = attDef.Prompt;
titleBlockSheet.Cells[titleBlockCurrentRow, 5] = attDef.TextString;
titleBlockSheet.Cells[titleBlockCurrentRow, 6] = database.Filename;