개정판 fbea6028
dev issue #1006 : VendorPackageSymbolPath 추가 및 UI 추가
Change-Id: I3b7f474c87534281a0f5f59d23c59c7823fa9373
DTI_PID/SPPIDConverter/SPPIDModel/ETCSetting.cs | ||
---|---|---|
16 | 16 |
public string TextSymbolPath { get => _TextSymbolPath; set => _TextSymbolPath = value; } |
17 | 17 |
public string NoteSymbolPath { get => _NoteSymbolPath; set => _NoteSymbolPath = value; } |
18 | 18 |
public string DrainValveSize { get => _DrainValveSize; set => _DrainValveSize = value; } |
19 |
public string VendorPackageSymbolPath { get; set; } |
|
19 | 20 |
public string FlowMarkSymbolPath { get; set; } |
20 | 21 |
|
21 | 22 |
public Model.Location TextLocation { get; set; } |
내보내기 Unified diff