개정판 d03dde83
dev issue #1230 : get attribute info
Change-Id: I3d40f948a4092bcc1ee16f118ec82484aea02a60
DTI_PID/APIDConverter/Utils/AvevaACAD18String.cs | ||
---|---|---|
15 | 15 |
"AVEVA P&ID 12 Valve Properties", |
16 | 16 |
"AVEVA P&ID 12 Page Connector Properties" |
17 | 17 |
}; |
18 |
static List<string> labelNames = new List<string>() |
|
19 |
{ |
|
20 |
"AddLabel", |
|
21 |
"AddPrefix", |
|
22 |
"AddType", |
|
23 |
"AddNumber", |
|
24 |
"AddSuffix", |
|
25 |
}; |
|
26 |
public static List<string> LabelNames { get { return labelNames; } } |
|
18 | 27 |
public static List<string> PropertiesFormNames { get { return propertiesFormNames; } } |
19 | 28 |
|
20 | 29 |
} |
내보내기 Unified diff